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

  /external/bluetooth/bluedroid/btif/include/
btif_hh.h 91 btif_hh_added_device_t added_devices[BTIF_HH_MAX_ADDED_DEV]; member in struct:__anon3339
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 474 if (memcmp(&(btif_hh_cb.added_devices[i].bd_addr), &bda, BD_ADDR_LEN) == 0) {
481 if (btif_hh_cb.added_devices[i].bd_addr.address[0] == 0 &&
482 btif_hh_cb.added_devices[i].bd_addr.address[1] == 0 &&
483 btif_hh_cb.added_devices[i].bd_addr.address[2] == 0 &&
484 btif_hh_cb.added_devices[i].bd_addr.address[3] == 0 &&
485 btif_hh_cb.added_devices[i].bd_addr.address[4] == 0 &&
486 btif_hh_cb.added_devices[i].bd_addr.address[5] == 0)
490 memcpy(&(btif_hh_cb.added_devices[i].bd_addr), &bda, BD_ADDR_LEN);
491 btif_hh_cb.added_devices[i].dev_handle = BTA_HH_INVALID_HANDLE;
492 btif_hh_cb.added_devices[i].attr_mask = attr_mask
    [all...]

Completed in 1275 milliseconds