Home
last modified time | relevance | path

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

/linux/include/net/bluetooth/
H A Dhci_core.h338 #define HCI_MAX_PAGES 3 macro
364 __u8 features[HCI_MAX_PAGES][8];
680 __u8 features[HCI_MAX_PAGES][8];
/linux/net/bluetooth/
H A Dhci_debugfs.c97 for (p = 0; p < HCI_MAX_PAGES && p <= hdev->max_page; p++) in features_show()
H A Dhci_event.c907 if (rp->page < HCI_MAX_PAGES) in hci_cc_read_local_ext_features()
4865 if (ev->page < HCI_MAX_PAGES) in hci_remote_ext_features_evt()
H A Dhci_sync.c4148 for (page = 2; page < HCI_MAX_PAGES && page <= hdev->max_page; in hci_read_local_ext_features_all_sync()