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

  /external/bluetooth/bluedroid/stack/btm/
btm_ble_addr.c 402 p_dev_rec->ble.active_addr_type = BTM_BLE_ADDR_RRA;
517 p_sec_rec->ble.active_addr_type = rra_dummy ? BTM_BLE_ADDR_STATIC: BTM_BLE_ADDR_RRA;
btm_ble.c     [all...]
btm_int.h 517 UINT8 active_addr_type; member in struct:__anon5874
    [all...]
btm_acl.c 167 switch (p_dev_rec->ble.active_addr_type)
185 BTM_TRACE_ERROR("Unknown active address: %d", p_dev_rec->ble.active_addr_type);
    [all...]
btm_ble_gap.c 648 match_rec->ble.active_addr_type = BTM_BLE_ADDR_RRA;
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_ble.c 696 else if (p_dev_rec->ble.active_addr_type == BTM_BLE_ADDR_RRA)
    [all...]

Completed in 50 milliseconds