Home
last modified time | relevance | path

Searched refs:HCI_EXT_FEATURES_PAGE_MAX (Results 1 – 6 of 6) sorted by relevance

/system/bt/stack/btm/
Dbtm_acl.c290 (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()
Dbtm_dev.c109 for (int i = HCI_EXT_FEATURES_PAGE_MAX; !found && i >= 0; i--) in BTM_SecAddDevice()
Dbtm_int.h92 …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…
Dbtm_sec.c1071 for (ii = 0; ii <= HCI_EXT_FEATURES_PAGE_MAX; ii++) in btm_sec_bond_by_transport()
/system/bt/stack/include/
Dbtm_api.h799 #define BTM_EXT_FEATURES_PAGE_MAX HCI_EXT_FEATURES_PAGE_MAX
Dhcidefs.h1445 #define HCI_EXT_FEATURES_PAGE_MAX HCI_EXT_FEATURES_PAGE_2 macro