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

  /system/bt/bta/ag/
bta_ag_api.cc 230 void BTA_AgSetActiveDevice(const RawAddress& active_device_addr) {
232 FROM_HERE, base::Bind(&bta_ag_api_set_active_device, active_device_addr));
bta_ag_sco.cc 43 static RawAddress active_device_addr = {}; variable
101 * no active device is set (i.e. active_device_addr is empty)
104 return !active_device_addr.IsEmpty() && active_device_addr == bd_addr;
316 << ", active_bda=" << active_device_addr << ", current_bda="
372 << " is not active, active_device=" << active_device_addr;
    [all...]
  /system/bt/include/hardware/
bluetooth_headset_interface.h 232 * @param active_device_addr remote device address
234 virtual bt_status_t SetActiveDevice(RawAddress* active_device_addr) = 0;
  /system/bt/bta/include/
bta_ag_api.h 597 void BTA_AgSetActiveDevice(const RawAddress& active_device_addr);
  /system/bt/btif/src/
btif_hf.cc 151 * no active device is set (i.e. active_device_addr is empty)
717 bt_status_t SetActiveDevice(RawAddress* active_device_addr) override;
    [all...]

Completed in 116 milliseconds