Searched refs:gattServer (Results 1 – 4 of 4) sorted by relevance
73 BluetoothGattServer gattServer = in serverConnectToRandomAddress_withTransportAuto() local77 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() local104 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() local130 assertThat(gattServer).isNotNull(); in serverConnectToPublicAddress_withTransportAuto()[all …]
88 BluetoothGattServer gattServer = in serverConnectToRandomAddress_withTransportAuto() local92 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() local119 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() local148 assertThat(gattServer).isNotNull(); in serverConnectToPublicAddress_withTransportAuto()[all …]
62 /*package*/ LeAudioTmapGattServer(BluetoothGattServerProxy gattServer) { in LeAudioTmapGattServer() argument63 mBluetoothGattServer = gattServer; in LeAudioTmapGattServer()
497 @Nullable BluetoothGattServer gattServer,590 gattServer == null ? 0 : gattServer.getServerIf(),