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

  /external/bluetooth/bluedroid/btif/include/
btif_hh.h 90 btif_hh_added_device_t added_devices[BTIF_HH_MAX_ADDED_DEV]; member in struct:__anon5640
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 465 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[i].attr_mask = attr_mask
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_adapter_win.cc 251 DeviceAddressSet added_devices = local
260 if (added_devices.find(device_state->address) != added_devices.end()) {
bluetooth_device_win.cc 118 UUIDSet added_devices = local
120 if (!added_devices.empty()) {

Completed in 89 milliseconds