Home
last modified time | relevance | path

Searched refs:sendEids (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/bluetooth/finder/aidl/vts/
DVtsHalBluetoothFinderTargetTest.cpp48 ScopedAStatus sendEids(uint8_t num);
56 ScopedAStatus BluetoothFinderTest::sendEids(uint8_t numKeys) { in sendEids() function in BluetoothFinderTest
63 return bluetooth_finder->sendEids(keys); in sendEids()
75 ScopedAStatus status = sendEids(1); in TEST_P()
80 ScopedAStatus status = sendEids(255); in TEST_P()
/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/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/android/hardware/bluetooth/finder/
DIBluetoothFinder.aidl29 void sendEids(in 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
DBluetoothFinder.h30 ::ndk::ScopedAStatus sendEids(const ::std::vector<Eid>& keys) override;