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 90 btif_hh_added_device_t added_devices[BTIF_HH_MAX_ADDED_DEV]; member in struct:__anon2894
  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 472 if (memcmp(&(btif_hh_cb.added_devices[i].bd_addr), &bda, BD_ADDR_LEN) == 0) {
479 if (btif_hh_cb.added_devices[i].bd_addr.address[0] == 0 &&
480 btif_hh_cb.added_devices[i].bd_addr.address[1] == 0 &&
481 btif_hh_cb.added_devices[i].bd_addr.address[2] == 0 &&
482 btif_hh_cb.added_devices[i].bd_addr.address[3] == 0 &&
483 btif_hh_cb.added_devices[i].bd_addr.address[4] == 0 &&
484 btif_hh_cb.added_devices[i].bd_addr.address[5] == 0)
488 memcpy(&(btif_hh_cb.added_devices[i].bd_addr), &bda, BD_ADDR_LEN);
489 btif_hh_cb.added_devices[i].dev_handle = BTA_HH_INVALID_HANDLE;
490 btif_hh_cb.added_devices[i].attr_mask = attr_mask
    [all...]

Completed in 1504 milliseconds