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.c 515 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->active_remote_addr, rpa, BD_ADDR_LEN)
    [all...]
btm_sco.c 403 tACL_CONN *p_acl;
425 p_acl = &btm_cb.acl_db[xx];
426 if (!HCI_EDR_ESCO_2MPS_SUPPORTED(p_acl->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]))
433 if (!HCI_EDR_ESCO_3MPS_SUPPORTED(p_acl->peer_lmp_features[HCI_EXT_FEATURES_PAGE_0]))
444 if (BTM_BothEndsSupportSecureConnections(p_acl->remote_addr))
583 tACL_CONN *p_acl;
693 p_acl = btm_bda_to_acl(remote_bda, BT_TRANSPORT_BR_EDR);
694 if (p_acl && p_acl->switch_role_state != BTM_ACL_SWKEY_STATE_IDLE)
    [all...]
btm_pm.c 912 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);
    [all...]
btm_ble.c 273 tACL_CONN *p_acl = btm_bda_to_acl(remote_bda, BT_TRANSPORT_LE); local
275 if (p_acl == NULL)
280 memcpy(local_conn_addr, p_acl->conn_addr, BD_ADDR_LEN);
281 * p_addr_type = p_acl->conn_addr_type;
284 p_acl->conn_addr_type, p_acl->conn_addr[0]);
819 tACL_CONN *p_acl = btm_bda_to_acl(bd_addr, BT_TRANSPORT_LE); local
828 if (!HCI_LE_DATA_LEN_EXT_SUPPORTED(p_acl->peer_le_features))
834 if (p_acl != NULL)
842 btsnd_hcic_ble_set_data_length(p_acl->hci_handle, tx_pdu_length
    [all...]
btm_sec.c 4191 tACL_CONN *p_acl = NULL; local
    [all...]
  /system/bt/stack/l2cap/
l2c_ble.c 284 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);
    [all...]

Completed in 43 milliseconds