Searched refs:unregAllGattClient (Results 1 – 5 of 5) sorted by relevance
82 fun unregAllGattClient(source: AttributionSource) { in unregAllGattClient() method83 adapterBinder.unregAllGattClient(source) in unregAllGattClient()
324 oneway void unregAllGattClient(in AttributionSource attributionSource); in unregAllGattClient() method
2101 public void unregAllGattClient(AttributionSource source) { in unregAllGattClient() method in AdapterServiceBinder2107 service.unregAllGattClient(source); in unregAllGattClient()
4077 void unregAllGattClient(AttributionSource source) { in unregAllGattClient() method in AdapterService
959 mAdapter.unregAllGattClient(mContext.getAttributionSource()); in sendBrEdrDownCallback()