Home
last modified time | relevance | path

Searched refs:unregAllGattClient (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/service/src/
DAdapterBinder.kt82 fun unregAllGattClient(source: AttributionSource) { in unregAllGattClient() method
83 adapterBinder.unregAllGattClient(source) in unregAllGattClient()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetooth.aidl324 oneway void unregAllGattClient(in AttributionSource attributionSource); in unregAllGattClient() method
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAdapterServiceBinder.java2101 public void unregAllGattClient(AttributionSource source) { in unregAllGattClient() method in AdapterServiceBinder
2107 service.unregAllGattClient(source); in unregAllGattClient()
DAdapterService.java4077 void unregAllGattClient(AttributionSource source) { in unregAllGattClient() method in AdapterService
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java959 mAdapter.unregAllGattClient(mContext.getAttributionSource()); in sendBrEdrDownCallback()