Lines Matching refs:num_read_pages
56 static void btm_process_remote_ext_features (tACL_CONN *p_acl_cb, UINT8 num_read_pages);
289 if ((p_dev_rec->num_read_pages) && in btm_acl_created()
290 (p_dev_rec->num_read_pages <= (HCI_EXT_FEATURES_PAGE_MAX + 1))) in btm_acl_created()
293 (HCI_FEATURE_BYTES_PER_PAGE * p_dev_rec->num_read_pages)); in btm_acl_created()
294 p->num_read_pages = p_dev_rec->num_read_pages; in btm_acl_created()
954 void btm_process_remote_ext_features (tACL_CONN *p_acl_cb, UINT8 num_read_pages) in btm_process_remote_ext_features() argument
969 p_acl_cb->num_read_pages = num_read_pages; in btm_process_remote_ext_features()
970 p_dev_rec->num_read_pages = num_read_pages; in btm_process_remote_ext_features()
973 for (page_idx = 0; page_idx < num_read_pages; page_idx++) in btm_process_remote_ext_features()
1022 p_acl_cb->num_read_pages = 0; in btm_read_remote_features()
1811 return(p->num_read_pages); in BTM_ReadNumberRemoteFeaturesPages()