Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c53 static void btm_process_remote_ext_features (tACL_CONN *p_acl_cb, UINT8 num_read_pages);
328 if ((p_dev_rec->num_read_pages) && in btm_acl_created()
329 (p_dev_rec->num_read_pages <= (HCI_EXT_FEATURES_PAGE_MAX + 1))) { in btm_acl_created()
331 (HCI_FEATURE_BYTES_PER_PAGE * p_dev_rec->num_read_pages)); in btm_acl_created()
332 p->num_read_pages = p_dev_rec->num_read_pages; in btm_acl_created()
979 void btm_process_remote_ext_features (tACL_CONN *p_acl_cb, UINT8 num_read_pages) in btm_process_remote_ext_features() argument
993 p_acl_cb->num_read_pages = num_read_pages; in btm_process_remote_ext_features()
994 p_dev_rec->num_read_pages = num_read_pages; in btm_process_remote_ext_features()
997 for (page_idx = 0; page_idx < num_read_pages; page_idx++) { in btm_process_remote_ext_features()
1043 p_acl_cb->num_read_pages = 0; in btm_read_remote_features()
[all …]
Dbtm_dev.c113 p_dev_rec->num_read_pages = 0; in BTM_SecAddDevice()
124 p_dev_rec->num_read_pages = i + 1; in BTM_SecAddDevice()
Dbtm_sec.c3269 btm_cb.security_mode, p_dev_rec->num_read_pages); in btm_io_capabilities_req()
3271 if ((btm_cb.security_mode == BTM_SEC_MODE_SC) && (p_dev_rec->num_read_pages == 0)) { in btm_io_capabilities_req()
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h124 UINT8 num_read_pages; member
609 UINT8 num_read_pages; member