Home
last modified time | relevance | path

Searched refs:added_devices (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/src/
Dbtif_hh.cc432 if (memcmp(&(btif_hh_cb.added_devices[i].bd_addr), &bda, BD_ADDR_LEN) == in btif_hh_add_added_dev()
441 if (btif_hh_cb.added_devices[i].bd_addr.address[0] == 0 && in btif_hh_add_added_dev()
442 btif_hh_cb.added_devices[i].bd_addr.address[1] == 0 && in btif_hh_add_added_dev()
443 btif_hh_cb.added_devices[i].bd_addr.address[2] == 0 && in btif_hh_add_added_dev()
444 btif_hh_cb.added_devices[i].bd_addr.address[3] == 0 && in btif_hh_add_added_dev()
445 btif_hh_cb.added_devices[i].bd_addr.address[4] == 0 && in btif_hh_add_added_dev()
446 btif_hh_cb.added_devices[i].bd_addr.address[5] == 0) { in btif_hh_add_added_dev()
450 memcpy(&(btif_hh_cb.added_devices[i].bd_addr), &bda, BD_ADDR_LEN); in btif_hh_add_added_dev()
451 btif_hh_cb.added_devices[i].dev_handle = BTA_HH_INVALID_HANDLE; in btif_hh_add_added_dev()
452 btif_hh_cb.added_devices[i].attr_mask = attr_mask; in btif_hh_add_added_dev()
[all …]
/system/media/brillo/audio/audioservice/aidl/android/brillo/brilloaudioservice/
DIAudioServiceCallback.aidl26 oneway void OnAudioDevicesConnected(in int[] added_devices); in OnAudioDevicesConnected() argument
/system/bt/btif/include/
Dbtif_hh.h88 btif_hh_added_device_t added_devices[BTIF_HH_MAX_ADDED_DEV]; member