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

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_addr.c 489 tACL_CONN *p_acl = btm_bda_to_acl (p_sec_rec->bd_addr, BT_TRANSPORT_LE); local
499 if (p_acl != NULL /* && memcmp(p_acl->active_remote_addr, dummy_bda, BD_ADDR_LEN) == 0 */)
504 p_acl->active_remote_addr_type = p_sec_rec->ble.static_addr_type;
505 memcpy(p_acl->active_remote_addr, p_sec_rec->ble.static_addr, BD_ADDR_LEN);
509 p_acl->active_remote_addr_type = BLE_ADDR_RANDOM;
510 memcpy(p_acl->active_remote_addr, rra, BD_ADDR_LEN);
btm_sco.c 411 tACL_CONN *p_acl; local
436 p_acl = &btm_cb.acl_db[xx];
437 if (!HCI_EDR_ESCO_2MPS_SUPPORTED(p_acl->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]))
444 if (!HCI_EDR_ESCO_3MPS_SUPPORTED(p_acl->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]))
571 tACL_CONN *p_acl; local
685 p_acl = btm_bda_to_acl(remote_bda, BT_TRANSPORT_BR_EDR);
686 if (p_acl && p_acl->switch_role_state != BTM_ACL_SWKEY_STATE_IDLE)
    [all...]
btm_pm.c 928 tACL_CONN *p_acl=NULL; local
943 p_acl = &btm_cb.acl_db[xx];
955 if( p_acl)
957 (*btm_cb.pm_reg_db[yy].cback)( p_acl->remote_addr, BTM_PM_STS_SSR, use_ssr, status);
    [all...]
btm_ble.c 292 tACL_CONN *p_acl = btm_bda_to_acl(remote_bda, BT_TRANSPORT_LE); local
294 if (p_acl == NULL)
299 memcpy(local_conn_addr, p_acl->conn_addr, BD_ADDR_LEN);
300 * p_addr_type = p_acl->conn_addr_type;
303 p_acl->conn_addr_type, p_acl->conn_addr[0]);
    [all...]
btm_sec.c 4149 tACL_CONN *p_acl = NULL; local
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 263 tACL_CONN *p_acl = btm_bda_to_acl(bda, BT_TRANSPORT_LE) ; local
265 if (p_lcb != NULL && p_acl != NULL && p_lcb->link_state != LST_CONNECTED)
268 btm_establish_continue(p_acl);
    [all...]

Completed in 55 milliseconds