Home
last modified time | relevance | path

Searched defs:gattServer (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DGattServerConnectWithoutScanTest.java73 BluetoothGattServer gattServer = in serverConnectToRandomAddress_withTransportAuto() local
100 BluetoothGattServer gattServer = in serverConnectToRandomAddress_withTransportLE() local
126 BluetoothGattServer gattServer = in serverConnectToPublicAddress_withTransportAuto() local
148 BluetoothGattServer gattServer = in serverConnectToPublicAddress_withTransportLE() local
DGattServerConnectWithScanTest.java88 BluetoothGattServer gattServer = in serverConnectToRandomAddress_withTransportAuto() local
115 BluetoothGattServer gattServer = in serverConnectToRandomAddress_withTransportLE() local
144 BluetoothGattServer gattServer = in serverConnectToPublicAddress_withTransportAuto() local
168 BluetoothGattServer gattServer = in serverConnectToPublicAddress_withTransportLE() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioTmapGattServer.java62 /*package*/ LeAudioTmapGattServer(BluetoothGattServerProxy gattServer) { in LeAudioTmapGattServer()