Searched refs:mBluetoothGattServer (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/ |
D | LeAudioTmapGattServer.java | 60 private final BluetoothGattServerProxy mBluetoothGattServer; field in LeAudioTmapGattServer 63 mBluetoothGattServer = gattServer; in LeAudioTmapGattServer() 75 if (!mBluetoothGattServer.open(mBluetoothGattServerCallback)) { in start() 92 if (!mBluetoothGattServer.addService(service)) { in start() 101 if (mBluetoothGattServer == null) { in stop() 105 mBluetoothGattServer.close(); in stop() 126 mBluetoothGattServer.sendResponse( 140 private BluetoothGattServer mBluetoothGattServer; field in LeAudioTmapGattServer.BluetoothGattServerProxy 159 mBluetoothGattServer = mBluetoothManager.openGattServer(mContext, callback); in open() 160 return mBluetoothGattServer != null; in open() [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | BluetoothGattServerProxy.java | 43 private BluetoothGattServer mBluetoothGattServer; field in BluetoothGattServerProxy 51 mBluetoothGattServer = mBluetoothManager.openGattServer(mContext, callback); in open() 52 return (mBluetoothGattServer != null); in open() 56 if (mBluetoothGattServer == null) { in close() 59 mBluetoothGattServer.close(); in close() 60 mBluetoothGattServer = null; in close() 64 return mBluetoothGattServer.addService(service); in addService() 79 return mBluetoothGattServer.getService(uuid); in getService() 88 return mBluetoothGattServer.sendResponse(device, requestId, status, offset, value); in sendResponse() 100 return mBluetoothGattServer.notifyCharacteristicChanged( in notifyCharacteristicChanged() [all …]
|
D | TbsGatt.java | 132 private BluetoothGattServerProxy mBluetoothGattServer; field in TbsGatt 323 mBluetoothGattServer = null; in TbsGatt() 328 mBluetoothGattServer = proxy; in setBluetoothGattServerForTesting() 351 if (mBluetoothGattServer == null) { in init() 352 mBluetoothGattServer = new BluetoothGattServerProxy(mContext); in init() 355 if (!mBluetoothGattServer.open(mGattServerCallback)) { in init() 381 return mBluetoothGattServer.addService(gattService); in init() 387 if (mBluetoothGattServer == null) { in cleanup() 390 mBluetoothGattServer.close(); in cleanup() 391 mBluetoothGattServer = null; in cleanup() [all …]
|
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/ble/ |
D | GattTransportServerProvider.java | 62 private BluetoothGattServer mBluetoothGattServer; field in GattTransportServerProvider 116 mBluetoothGattServer.sendResponse( 152 mBluetoothGattServer.sendResponse( 162 mBluetoothGattServer.sendResponse( 178 mBluetoothGattServer.sendResponse( 185 mBluetoothGattServer.sendResponse( 226 mBluetoothGattServer.sendResponse( 232 mBluetoothGattServer.sendResponse( 256 mBluetoothGattServer = in GattTransportServerProvider() 270 if (mBluetoothGattServer == null) { in start() [all …]
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/ |
D | MediaControlGattService.java | 146 private BluetoothGattServerProxy mBluetoothGattServer; field in MediaControlGattService 279 mBluetoothGattServer.sendResponse( 307 mBluetoothGattServer.sendResponse( 327 mBluetoothGattServer.sendResponse( 347 mBluetoothGattServer.sendResponse( 367 mBluetoothGattServer.sendResponse( 404 mBluetoothGattServer.sendResponse( 419 mBluetoothGattServer.sendResponse( 434 mBluetoothGattServer.sendResponse(device, requestId, 0, offset, value); 553 mBluetoothGattServer.sendResponse( in onUnauthorizedCharRead() [all …]
|
/packages/services/Car/service/src/com/android/car/bluetooth/ |
D | FastPairGattServer.java | 107 private BluetoothGattServer mBluetoothGattServer; field in FastPairGattServer 231 mBluetoothGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, 254 mBluetoothGattServer 260 mBluetoothGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, 262 mBluetoothGattServer 264 mBluetoothGattServer 272 mBluetoothGattServer 280 mBluetoothGattServer 294 mBluetoothGattServer.sendResponse(device, requestId, BluetoothGatt.GATT_SUCCESS, offset, 499 mBluetoothGattServer = mBluetoothManager in start() [all …]
|