HomeSort by relevance Sort by last modified time
    Searched refs:p_acl (Results 1 - 6 of 6) sorted by null

  /system/bt/stack/btm/
btm_ble_addr.cc 463 tACL_CONN* p_acl = btm_bda_to_acl(p_sec_rec->bd_addr, BT_TRANSPORT_LE); local
464 if (p_acl == NULL)
465 p_acl = btm_bda_to_acl(p_sec_rec->ble.pseudo_addr, BT_TRANSPORT_LE);
467 if (p_acl != NULL) {
471 p_acl->active_remote_addr_type = p_sec_rec->ble.static_addr_type;
472 memcpy(p_acl->active_remote_addr, p_sec_rec->ble.static_addr,
475 p_acl->active_remote_addr_type = BLE_ADDR_RANDOM;
476 memcpy(p_acl->active_remote_addr, rpa, BD_ADDR_LEN);
479 p_acl->active_remote_addr_type = rra_type;
480 memcpy(p_acl->active_remote_addr, rpa, BD_ADDR_LEN)
    [all...]
btm_sco.cc 365 tACL_CONN* p_acl;
385 p_acl = &btm_cb.acl_db[acl_index];
386 if (!HCI_EDR_ESCO_2MPS_SUPPORTED(p_acl->peer_lmp_feature_pages[0])) {
391 if (!HCI_EDR_ESCO_3MPS_SUPPORTED(p_acl->peer_lmp_feature_pages[0])) {
400 if (BTM_BothEndsSupportSecureConnections(p_acl->remote_addr)) {
551 tACL_CONN* p_acl;
650 p_acl = btm_bda_to_acl(remote_bda, BT_TRANSPORT_BR_EDR);
651 if (p_acl && p_acl->switch_role_state != BTM_ACL_SWKEY_STATE_IDLE) {
    [all...]
btm_pm.cc 831 tACL_CONN* p_acl = NULL; local
845 p_acl = &btm_cb.acl_db[xx];
854 if (p_acl) {
855 (*btm_cb.pm_reg_db[yy].cback)(p_acl->remote_addr, BTM_PM_STS_SSR,
btm_ble.cc 260 tACL_CONN* p_acl = btm_bda_to_acl(remote_bda, BT_TRANSPORT_LE); local
262 if (p_acl == NULL) {
266 memcpy(local_conn_addr, p_acl->conn_addr, BD_ADDR_LEN);
267 *p_addr_type = p_acl->conn_addr_type;
270 p_acl->conn_addr_type, p_acl->conn_addr[0]);
795 tACL_CONN* p_acl = btm_bda_to_acl(bd_addr, BT_TRANSPORT_LE); local
797 if (p_acl == NULL) {
810 if (!HCI_LE_DATA_LEN_EXT_SUPPORTED(p_acl->peer_le_features)) {
821 btsnd_hcic_ble_set_data_length(p_acl->hci_handle, tx_pdu_length
    [all...]
btm_sec.cc 4086 tACL_CONN* p_acl = NULL; local
    [all...]
  /system/bt/stack/l2cap/
l2c_ble.cc 242 tACL_CONN* p_acl = btm_bda_to_acl(bda, BT_TRANSPORT_LE); local
245 if (p_lcb != NULL && p_acl != NULL && p_lcb->link_state != LST_CONNECTED) {
247 btm_establish_continue(p_acl);
    [all...]

Completed in 144 milliseconds