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.c47 static void btm_process_remote_ext_features (tACL_CONN *p_acl_cb, UINT8 num_read_pages);
297 if ((p_dev_rec->num_read_pages) && in btm_acl_created()
298 … (p_dev_rec->num_read_pages <= (HCI_EXT_FEATURES_PAGE_MAX + 1)) /* sanity check */) in btm_acl_created()
301 (HCI_FEATURE_BYTES_PER_PAGE * p_dev_rec->num_read_pages)); in btm_acl_created()
302 p->num_read_pages = p_dev_rec->num_read_pages; in btm_acl_created()
1298 void btm_process_remote_ext_features (tACL_CONN *p_acl_cb, UINT8 num_read_pages) in btm_process_remote_ext_features() argument
1313 p_acl_cb->num_read_pages = num_read_pages; in btm_process_remote_ext_features()
1314 p_dev_rec->num_read_pages = num_read_pages; in btm_process_remote_ext_features()
1317 for (page_idx = 0; page_idx < num_read_pages; page_idx++) in btm_process_remote_ext_features()
1423 p_acl_cb->num_read_pages = 0; in btm_read_remote_features()
[all …]
Dbtm_dev.c114 p_dev_rec->num_read_pages = 0; in BTM_SecAddDevice()
130 p_dev_rec->num_read_pages = i + 1; in BTM_SecAddDevice()
Dbtm_int.h93 UINT8 num_read_pages; member
567 UINT8 num_read_pages; member