Home
last modified time | relevance | path

Searched refs:BluetoothGattServerProxy (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioTmapGattServer.java60 private final BluetoothGattServerProxy mBluetoothGattServer;
62 /*package*/ LeAudioTmapGattServer(BluetoothGattServerProxy gattServer) { in LeAudioTmapGattServer()
136 public static class BluetoothGattServerProxy { class in LeAudioTmapGattServer
147 public BluetoothGattServerProxy(Context context) { in BluetoothGattServerProxy() method in LeAudioTmapGattServer.BluetoothGattServerProxy
DLeAudioObjectsFactory.java68 new LeAudioTmapGattServer.BluetoothGattServerProxy(context)); in getTmapGattServer()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DBluetoothGattServerProxy.java39 public class BluetoothGattServerProxy { class
45 public BluetoothGattServerProxy(Context context) { in BluetoothGattServerProxy() method in BluetoothGattServerProxy
DTbsGatt.java132 private BluetoothGattServerProxy mBluetoothGattServer;
327 void setBluetoothGattServerForTesting(BluetoothGattServerProxy proxy) { in setBluetoothGattServerForTesting()
352 mBluetoothGattServer = new BluetoothGattServerProxy(mContext); in init()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/le_audio/
DLeAudioTmapGattServerTest.java56 @Mock private LeAudioTmapGattServer.BluetoothGattServerProxy mGattServerProxy;
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaControlGattService.java146 private BluetoothGattServerProxy mBluetoothGattServer;
1209 public static class BluetoothGattServerProxy { class in MediaControlGattService
1213 public BluetoothGattServerProxy(BluetoothGattServer gatt, BluetoothManager manager) { in BluetoothGattServerProxy() method in MediaControlGattService.BluetoothGattServerProxy
1409 void setBluetoothGattServerForTesting(BluetoothGattServerProxy proxy) { in setBluetoothGattServerForTesting()
1431 mBluetoothGattServer = new BluetoothGattServerProxy(server, manager); in initGattService()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGattTest.java78 @Mock private BluetoothGattServerProxy mMockGattServer;
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mcp/
DMediaControlGattServiceTest.java77 @Mock private MediaControlGattService.BluetoothGattServerProxy mMockGattServer;