Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/
DGattServerConnectWithoutScanTest.java73 BluetoothGattServer gattServer = in serverConnectToRandomAddress_withTransportAuto() local
77 assertThat(gattServer).isNotNull(); in serverConnectToRandomAddress_withTransportAuto()
84 gattServer.connect(device, false); in serverConnectToRandomAddress_withTransportAuto()
88 gattServer.close(); in serverConnectToRandomAddress_withTransportAuto()
100 BluetoothGattServer gattServer = in serverConnectToRandomAddress_withTransportLE() local
104 assertThat(gattServer).isNotNull(); in serverConnectToRandomAddress_withTransportLE()
111 gattServer.connect(device, false); in serverConnectToRandomAddress_withTransportLE()
115 gattServer.close(); in serverConnectToRandomAddress_withTransportLE()
126 BluetoothGattServer gattServer = in serverConnectToPublicAddress_withTransportAuto() local
130 assertThat(gattServer).isNotNull(); in serverConnectToPublicAddress_withTransportAuto()
[all …]
DGattServerConnectWithScanTest.java88 BluetoothGattServer gattServer = in serverConnectToRandomAddress_withTransportAuto() local
92 assertThat(gattServer).isNotNull(); in serverConnectToRandomAddress_withTransportAuto()
99 gattServer.connect(device, false); in serverConnectToRandomAddress_withTransportAuto()
103 gattServer.close(); in serverConnectToRandomAddress_withTransportAuto()
115 BluetoothGattServer gattServer = in serverConnectToRandomAddress_withTransportLE() local
119 assertThat(gattServer).isNotNull(); in serverConnectToRandomAddress_withTransportLE()
126 gattServer.connect(device, false); in serverConnectToRandomAddress_withTransportLE()
130 gattServer.close(); in serverConnectToRandomAddress_withTransportLE()
144 BluetoothGattServer gattServer = in serverConnectToPublicAddress_withTransportAuto() local
148 assertThat(gattServer).isNotNull(); in serverConnectToPublicAddress_withTransportAuto()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/le_audio/
DLeAudioTmapGattServer.java62 /*package*/ LeAudioTmapGattServer(BluetoothGattServerProxy gattServer) { in LeAudioTmapGattServer() argument
63 mBluetoothGattServer = gattServer; in LeAudioTmapGattServer()
/packages/modules/Bluetooth/framework/java/android/bluetooth/le/
DBluetoothLeAdvertiser.java497 @Nullable BluetoothGattServer gattServer,
590 gattServer == null ? 0 : gattServer.getServerIf(),