Home
last modified time | relevance | path

Searched refs:gattServer (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioTmapGattServer.java65 /*package*/ LeAudioTmapGattServer(BluetoothGattServerProxy gattServer) { in LeAudioTmapGattServer() argument
66 mBluetoothGattServer = gattServer; in LeAudioTmapGattServer()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java3737 BluetoothGattServer gattServer = (BluetoothGattServer) proxy; in closeProfileProxy() local
3738 gattServer.close(); in closeProfileProxy()