Searched refs:added_devices (Results 1 – 2 of 2) sorted by relevance
470 if (memcmp(&(btif_hh_cb.added_devices[i].bd_addr), &bda, BD_ADDR_LEN) == 0) { in btif_hh_add_added_dev()477 if (btif_hh_cb.added_devices[i].bd_addr.address[0] == 0 && in btif_hh_add_added_dev()478 btif_hh_cb.added_devices[i].bd_addr.address[1] == 0 && in btif_hh_add_added_dev()479 btif_hh_cb.added_devices[i].bd_addr.address[2] == 0 && in btif_hh_add_added_dev()480 btif_hh_cb.added_devices[i].bd_addr.address[3] == 0 && in btif_hh_add_added_dev()481 btif_hh_cb.added_devices[i].bd_addr.address[4] == 0 && in btif_hh_add_added_dev()482 btif_hh_cb.added_devices[i].bd_addr.address[5] == 0) in btif_hh_add_added_dev()486 memcpy(&(btif_hh_cb.added_devices[i].bd_addr), &bda, BD_ADDR_LEN); in btif_hh_add_added_dev()487 btif_hh_cb.added_devices[i].dev_handle = BTA_HH_INVALID_HANDLE; in btif_hh_add_added_dev()488 btif_hh_cb.added_devices[i].attr_mask = attr_mask; in btif_hh_add_added_dev()[all …]
92 btif_hh_added_device_t added_devices[BTIF_HH_MAX_ADDED_DEV]; member