Home
last modified time | relevance | path

Searched defs:sendEids (Results 1 – 5 of 5) sorted by relevance

/hardware/interfaces/bluetooth/finder/aidl/aidl_api/android.hardware.bluetooth.finder/current/android/hardware/bluetooth/finder/
DIBluetoothFinder.aidl37 void sendEids(in android.hardware.bluetooth.finder.Eid[] eids); in sendEids() method
/hardware/interfaces/bluetooth/finder/aidl/android/hardware/bluetooth/finder/
DIBluetoothFinder.aidl29 void sendEids(in Eid[] eids); in sendEids() method
/hardware/interfaces/bluetooth/finder/aidl/aidl_api/android.hardware.bluetooth.finder/1/android/hardware/bluetooth/finder/
DIBluetoothFinder.aidl37 void sendEids(in android.hardware.bluetooth.finder.Eid[] eids); in sendEids() method
/hardware/interfaces/bluetooth/finder/aidl/default/
DBluetoothFinder.cpp21 ::ndk::ScopedAStatus BluetoothFinder::sendEids(const ::std::vector<Eid>& keys) { in sendEids() function in aidl::android::hardware::bluetooth::finder::impl::BluetoothFinder
/hardware/interfaces/bluetooth/finder/aidl/vts/
DVtsHalBluetoothFinderTargetTest.cpp56 ScopedAStatus BluetoothFinderTest::sendEids(uint8_t numKeys) { in sendEids() function in BluetoothFinderTest