Searched refs:HCI_EXT_FEATURES_PAGE_MAX (Results 1 – 6 of 6) sorted by relevance
290 (p_dev_rec->num_read_pages <= (HCI_EXT_FEATURES_PAGE_MAX + 1))) in btm_acl_created()1014 if (page_idx > HCI_EXT_FEATURES_PAGE_MAX) in btm_process_remote_ext_features()1177 if (max_page > HCI_EXT_FEATURES_PAGE_MAX) in btm_read_remote_ext_features_complete()1190 if ((page_num < max_page) && (page_num < HCI_EXT_FEATURES_PAGE_MAX)) in btm_read_remote_ext_features_complete()1825 if (page_number > HCI_EXT_FEATURES_PAGE_MAX) in BTM_ReadRemoteExtendedFeatures()
109 for (int i = HCI_EXT_FEATURES_PAGE_MAX; !found && i >= 0; i--) in BTM_SecAddDevice()
92 …BD_FEATURES peer_lmp_features[HCI_EXT_FEATURES_PAGE_MAX + 1]; /* Peer LMP Extended features…545 …BD_FEATURES features[HCI_EXT_FEATURES_PAGE_MAX + 1]; /* Features supported by the de…
1071 for (ii = 0; ii <= HCI_EXT_FEATURES_PAGE_MAX; ii++) in btm_sec_bond_by_transport()
799 #define BTM_EXT_FEATURES_PAGE_MAX HCI_EXT_FEATURES_PAGE_MAX
1445 #define HCI_EXT_FEATURES_PAGE_MAX HCI_EXT_FEATURES_PAGE_2 macro