Searched refs:p_acl (Results 1 - 6 of 6) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_ble_addr.c515 tACL_CONN *p_acl = btm_bda_to_acl(p_sec_rec->bd_addr, BT_TRANSPORT_LE); local
516 if (p_acl == NULL)
517 p_acl = btm_bda_to_acl(p_sec_rec->ble.pseudo_addr, BT_TRANSPORT_LE);
519 if (p_acl != NULL)
526 p_acl->active_remote_addr_type = p_sec_rec->ble.static_addr_type;
527 memcpy(p_acl->active_remote_addr, p_sec_rec->ble.static_addr, BD_ADDR_LEN);
531 p_acl->active_remote_addr_type = BLE_ADDR_RANDOM;
532 memcpy(p_acl->active_remote_addr, rpa, BD_ADDR_LEN);
537 p_acl->active_remote_addr_type = rra_type;
538 memcpy(p_acl
[all...]
H A Dbtm_sco.c405 tACL_CONN *p_acl;
427 p_acl = &btm_cb.acl_db[xx];
428 if (!HCI_EDR_ESCO_2MPS_SUPPORTED(p_acl->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]))
435 if (!HCI_EDR_ESCO_3MPS_SUPPORTED(p_acl->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]))
446 if (BTM_BothEndsSupportSecureConnections(p_acl->remote_addr))
585 tACL_CONN *p_acl;
695 p_acl = btm_bda_to_acl(remote_bda, BT_TRANSPORT_BR_EDR);
696 if (p_acl && p_acl->switch_role_state != BTM_ACL_SWKEY_STATE_IDLE)
H A Dbtm_pm.c912 tACL_CONN *p_acl=NULL; local
927 p_acl = &btm_cb.acl_db[xx];
939 if( p_acl)
941 (*btm_cb.pm_reg_db[yy].cback)( p_acl->remote_addr, BTM_PM_STS_SSR, use_ssr, status);
H A Dbtm_ble.c269 tACL_CONN *p_acl = btm_bda_to_acl(remote_bda, BT_TRANSPORT_LE); local
271 if (p_acl == NULL)
276 memcpy(local_conn_addr, p_acl->conn_addr, BD_ADDR_LEN);
277 * p_addr_type = p_acl->conn_addr_type;
280 p_acl->conn_addr_type, p_acl->conn_addr[0]);
815 tACL_CONN *p_acl = btm_bda_to_acl(bd_addr, BT_TRANSPORT_LE); local
824 if (!HCI_LE_DATA_LEN_EXT_SUPPORTED(p_acl->peer_le_features))
830 if (p_acl != NULL)
838 btsnd_hcic_ble_set_data_length(p_acl
[all...]
H A Dbtm_sec.c4191 tACL_CONN *p_acl = NULL; local
4241 p_acl = &btm_cb.acl_db[acl_idx];
4243 if (p_acl != NULL)
4244 btm_sec_check_pending_enc_req(p_dev_rec, p_acl->transport, encr_enable);
4246 if (p_acl && p_acl->transport == BT_TRANSPORT_LE)
/system/bt/stack/l2cap/
H A Dl2c_ble.c284 tACL_CONN *p_acl = btm_bda_to_acl(bda, BT_TRANSPORT_LE) ; local
287 if (p_lcb != NULL && p_acl != NULL && p_lcb->link_state != LST_CONNECTED)
290 btm_establish_continue(p_acl);

Completed in 131 milliseconds