Home
last modified time | relevance | path

Searched refs:num_read_pages (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
Dbtm_acl.c46 static void btm_process_remote_ext_features (tACL_CONN *p_acl_cb, UINT8 num_read_pages);
225 if ((p_dev_rec->num_read_pages) && in btm_acl_created()
226 … (p_dev_rec->num_read_pages <= (HCI_EXT_FEATURES_PAGE_MAX + 1)) /* sanity check */) in btm_acl_created()
229 (HCI_FEATURE_BYTES_PER_PAGE * p_dev_rec->num_read_pages)); in btm_acl_created()
230 p->num_read_pages = p_dev_rec->num_read_pages; in btm_acl_created()
1211 void btm_process_remote_ext_features (tACL_CONN *p_acl_cb, UINT8 num_read_pages) in btm_process_remote_ext_features() argument
1226 p_acl_cb->num_read_pages = num_read_pages; in btm_process_remote_ext_features()
1227 p_dev_rec->num_read_pages = num_read_pages; in btm_process_remote_ext_features()
1230 for (page_idx = 0; page_idx < num_read_pages; page_idx++) in btm_process_remote_ext_features()
1336 p_acl_cb->num_read_pages = 0; in btm_read_remote_features()
[all …]
Dbtm_dev.c111 p_dev_rec->num_read_pages = 0; in BTM_SecAddDevice()
127 p_dev_rec->num_read_pages = i + 1; in BTM_SecAddDevice()
Dbtm_int.h93 UINT8 num_read_pages; member
528 UINT8 num_read_pages; member