Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_acl.c56 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()
[all …]
Dbtm_dev.c108 p_dev_rec->num_read_pages = 0; in BTM_SecAddDevice()
124 p_dev_rec->num_read_pages = i + 1; in BTM_SecAddDevice()
Dbtm_int.h93 UINT8 num_read_pages; member
546 UINT8 num_read_pages; member
Dbtm_sec.c3365 btm_cb.security_mode, p_dev_rec->num_read_pages); in btm_io_capabilities_req()
3367 if ((btm_cb.security_mode == BTM_SEC_MODE_SC) && (p_dev_rec->num_read_pages == 0)) in btm_io_capabilities_req()