Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/bluetooth/
Dhci_core.h186 #define HCI_MAX_PAGES 3 macro
210 __u8 features[HCI_MAX_PAGES][8];
417 __u8 features[HCI_MAX_PAGES][8];
/linux-4.1.27/net/bluetooth/
Dhci_debugfs.c85 for (p = 0; p < HCI_MAX_PAGES && p <= hdev->max_page; p++) { in features_show()
Dhci_event.c639 if (rp->page < HCI_MAX_PAGES) in hci_cc_read_local_ext_features()
3689 if (ev->page < HCI_MAX_PAGES) in hci_remote_ext_features_evt()
Dhci_core.c787 for (p = 2; p < HCI_MAX_PAGES && p <= hdev->max_page; p++) { in hci_init3_req()