Searched refs:added_devices (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/btif/include/
H A Dbtif_hh.h90 btif_hh_added_device_t added_devices[BTIF_HH_MAX_ADDED_DEV]; member in struct:__anon1015
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hh.c465 if (memcmp(&(btif_hh_cb.added_devices[i].bd_addr), &bda, BD_ADDR_LEN) == 0) {
472 if (btif_hh_cb.added_devices[i].bd_addr.address[0] == 0 &&
473 btif_hh_cb.added_devices[i].bd_addr.address[1] == 0 &&
474 btif_hh_cb.added_devices[i].bd_addr.address[2] == 0 &&
475 btif_hh_cb.added_devices[i].bd_addr.address[3] == 0 &&
476 btif_hh_cb.added_devices[i].bd_addr.address[4] == 0 &&
477 btif_hh_cb.added_devices[i].bd_addr.address[5] == 0)
481 memcpy(&(btif_hh_cb.added_devices[i].bd_addr), &bda, BD_ADDR_LEN);
482 btif_hh_cb.added_devices[i].dev_handle = BTA_HH_INVALID_HANDLE;
483 btif_hh_cb.added_devices[
[all...]
/external/chromium_org/device/bluetooth/
H A Dbluetooth_adapter_win.cc251 DeviceAddressSet added_devices = local
260 if (added_devices.find(device_state->address) != added_devices.end()) {
H A Dbluetooth_device_win.cc118 UUIDSet added_devices = local
120 if (!added_devices.empty()) {

Completed in 263 milliseconds