Searched refs:page_num (Results 1 – 3 of 3) sorted by relevance
1089 uint8_t page_num, max_page; in btm_read_remote_ext_features_complete() local1105 STREAM_TO_UINT8(page_num, p); in btm_read_remote_ext_features_complete()1122 if (page_num > HCI_EXT_FEATURES_PAGE_MAX) { in btm_read_remote_ext_features_complete()1125 page_num); in btm_read_remote_ext_features_complete()1129 if (page_num > max_page) { in btm_read_remote_ext_features_complete()1132 "invalid", page_num, max_page); in btm_read_remote_ext_features_complete()1138 STREAM_TO_ARRAY(p_acl_cb->peer_lmp_feature_pages[page_num], p, in btm_read_remote_ext_features_complete()1143 if ((page_num < max_page) && (page_num < HCI_EXT_FEATURES_PAGE_MAX)) { in btm_read_remote_ext_features_complete()1144 page_num++; in btm_read_remote_ext_features_complete()1146 page_num); in btm_read_remote_ext_features_complete()[all …]
215 extern void btsnd_hcic_rmt_ext_features(uint16_t handle, uint8_t page_num);
373 void btsnd_hcic_rmt_ext_features(uint16_t handle, uint8_t page_num) { in btsnd_hcic_rmt_ext_features() argument384 UINT8_TO_STREAM(pp, page_num); in btsnd_hcic_rmt_ext_features()