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

  /system/bt/stack/btm/
btm_ble_privacy.cc 419 p_dev_rec->ble.static_addr);
426 BDADDR_TO_STREAM(p, p_dev_rec->ble.static_addr);
478 p_dev_rec->ble.static_addr);
734 if (p_dev_rec->ble.static_addr.IsEmpty()) {
735 p_dev_rec->ble.static_addr = p_dev_rec->bd_addr;
740 __func__, p_dev_rec->ble.static_addr.ToString().c_str());
744 p_dev_rec->ble.static_addr,
750 p_dev_rec->ble.static_addr, 0x01);
759 BDADDR_TO_STREAM(p, p_dev_rec->ble.static_addr);
btm_ble_bgconn.cc 187 } else if (p_dev_rec->ble.static_addr != bd_addr &&
188 !p_dev_rec->ble.static_addr.IsEmpty()) {
190 p_dev_rec->ble.static_addr);
201 if (!p_dev_rec->ble.static_addr.IsEmpty() &&
202 p_dev_rec->ble.static_addr != bd_addr) {
203 background_connection_remove(p_dev_rec->ble.static_addr);
btm_ble_addr.cc 344 if (p_dev_rec->ble.static_addr == bd_addr) {
409 *random_pseudo = p_dev_rec->ble.static_addr;
464 p_acl->active_remote_addr = p_sec_rec->ble.static_addr;
btm_ble.cc     [all...]
btm_int_types.h 444 RawAddress static_addr; /* static address */ member in struct:__anon2171
455 #define BTM_BLE_ADDR_STATIC 2 /* static_addr */
    [all...]
btm_ble_gap.cc 825 p_peer_addr_ptr = p_dev_rec->ble.static_addr;
856 p_peer_addr_ptr = p_dev_rec->ble.static_addr
    [all...]
btm_acl.cc 166 conn_addr = p_dev_rec->ble.static_addr;
    [all...]
  /system/bt/stack/smp/
smp_act.cc     [all...]
  /system/bt/stack/include/
btm_api_types.h 1665 RawAddress static_addr; member in struct:__anon2363
    [all...]

Completed in 688 milliseconds