Home
last modified time | relevance | path

Searched defs:unregAllGattClient (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/service/src/
DAdapterBinder.kt79 fun unregAllGattClient(source: AttributionSource) { in unregAllGattClient() method
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl309 oneway void unregAllGattClient(in AttributionSource attributionSource); in unregAllGattClient() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterService.java4217 public void unregAllGattClient(AttributionSource source) { in unregAllGattClient() method in AdapterService.AdapterServiceBinder
5934 void unregAllGattClient(AttributionSource source) { in unregAllGattClient() method in AdapterService