• Home
  • Raw
  • Download

Lines Matching refs:added_devices

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()
515 p_added_dev = &btif_hh_cb.added_devices[i]; in btif_hh_remove_device()
647 if (memcmp(&(btif_hh_cb.added_devices[i].bd_addr), bd_addr, BD_ADDR_LEN) == 0) { in btif_hh_connect()
648 added_dev = &btif_hh_cb.added_devices[i]; in btif_hh_connect()
1023 … if (memcmp(btif_hh_cb.added_devices[i].bd_addr.address, p_data->dev_info.bda, 6) == 0) { in btif_hh_upstreams_evt()
1025 btif_hh_cb.added_devices[i].dev_handle = p_data->dev_info.handle; in btif_hh_upstreams_evt()
1028 memset(btif_hh_cb.added_devices[i].bd_addr.address, 0, 6); in btif_hh_upstreams_evt()
1029 btif_hh_cb.added_devices[i].dev_handle = BTA_HH_INVALID_HANDLE; in btif_hh_upstreams_evt()