Home
last modified time | relevance | path

Searched refs:HCI_MAX_PAGES (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/bluetooth/
H A Dhci_core.h285 #define HCI_MAX_PAGES 3 macro
310 __u8 features[HCI_MAX_PAGES][8];
607 __u8 features[HCI_MAX_PAGES][8];
/OK3568_Linux_fs/kernel/net/bluetooth/
H A Dhci_debugfs.c96 for (p = 0; p < HCI_MAX_PAGES && p <= hdev->max_page; p++) in features_show()
H A Dhci_event.c706 if (rp->page < HCI_MAX_PAGES) in hci_cc_read_local_ext_features()
4251 if (ev->page < HCI_MAX_PAGES) in hci_remote_ext_features_evt()
H A Dhci_core.c792 for (p = 2; p < HCI_MAX_PAGES && p <= hdev->max_page; p++) { in hci_init3_req()