Searched refs:LeAudioTmapGattServer (Results 1 – 6 of 6) sorted by relevance
52 LeAudioTmapGattServer.TMAP_ROLE_FLAG_CG | LeAudioTmapGattServer.TMAP_ROLE_FLAG_UMS;56 @Mock private LeAudioTmapGattServer.BluetoothGattServerProxy mGattServerProxy;58 private LeAudioTmapGattServer mServer;64 mServer = new LeAudioTmapGattServer(mGattServerProxy); in setUp()88 service.getCharacteristic(LeAudioTmapGattServer.UUID_TMAP_ROLE); in testStartStopService()
89 @Mock private LeAudioTmapGattServer mTmapGattServer;
133 @Mock private LeAudioTmapGattServer mTmapGattServer;
66 public LeAudioTmapGattServer getTmapGattServer(Context context) { in getTmapGattServer()67 return new LeAudioTmapGattServer( in getTmapGattServer()68 new LeAudioTmapGattServer.BluetoothGattServerProxy(context)); in getTmapGattServer()
39 public class LeAudioTmapGattServer { class62 /*package*/ LeAudioTmapGattServer(BluetoothGattServerProxy gattServer) { in LeAudioTmapGattServer() method in LeAudioTmapGattServer
187 LeAudioTmapGattServer mTmapGattServer;450 LeAudioTmapGattServer.TMAP_ROLE_FLAG_CG | LeAudioTmapGattServer.TMAP_ROLE_FLAG_UMS; in start()464 mTmapRoleMask |= LeAudioTmapGattServer.TMAP_ROLE_FLAG_BMS; in start()