Searched refs:p_acl_cb (Results 1 – 3 of 3) sorted by relevance
/external/bluetooth/bluedroid/stack/btm/ |
D | btm_acl.c | 41 static void btm_establish_continue (tACL_CONN *p_acl_cb); 44 static void btm_process_remote_ext_features_page (tACL_CONN *p_acl_cb, tBTM_SEC_DEV_REC *p_dev_rec, 46 static void btm_process_remote_ext_features (tACL_CONN *p_acl_cb, UINT8 num_read_pages); 1126 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0]; in btm_read_link_policy_complete() local 1147 for (index = 0; index < MAX_L2CAP_LINKS; index++, p_acl_cb++) in btm_read_link_policy_complete() 1149 if ((p_acl_cb->in_use) && (handle == p_acl_cb->hci_handle)) in btm_read_link_policy_complete() 1151 memcpy (lnkpol.rem_bda, p_acl_cb->remote_addr, BD_ADDR_LEN); in btm_read_link_policy_complete() 1176 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0]; in btm_read_remote_version_complete() local 1187 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_acl_cb++) in btm_read_remote_version_complete() 1189 if ((p_acl_cb->in_use) && (p_acl_cb->hci_handle == handle)) in btm_read_remote_version_complete() [all …]
|
D | btm_ble_gap.c | 1934 tACL_CONN *p_acl_cb = &btm_cb.acl_db[0]; in btm_ble_read_remote_features_complete() local 1945 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p_acl_cb++) in btm_ble_read_remote_features_complete() 1947 if ((p_acl_cb->in_use) && (p_acl_cb->hci_handle == handle)) in btm_ble_read_remote_features_complete() 1949 STREAM_TO_ARRAY(p_acl_cb->peer_le_features, p, BD_FEATURES_LEN); in btm_ble_read_remote_features_complete()
|
D | btm_sec.c | 4124 tACL_CONN *p_acl_cb; in btm_sec_connected() local 4348 p_acl_cb = btm_bda_to_acl(bda); in btm_sec_connected() 4349 if (p_acl_cb) in btm_sec_connected() 4356 btm_set_packet_types (p_acl_cb, btm_cb.btm_acl_pkt_types_supported); in btm_sec_connected() 4359 BTM_SetLinkPolicy (p_acl_cb->remote_addr, &btm_cb.btm_def_link_policy); in btm_sec_connected()
|