Home
last modified time | relevance | path

Searched refs:gatt_server (Results 1 – 12 of 12) sorted by relevance

/tools/test/connectivity/acts/tests/google/bt/gatt/
DGattOverBrEdrTest.py72 for gatt_server in self.gatt_server_list:
73 self.per_ad.droid.gattServerClose(gatt_server)
130 gatt_server = self.per_ad.droid.gattServerOpenGattServer(
132 self.gatt_server_list.append(gatt_server)
174 gatt_server = self.per_ad.droid.gattServerOpenGattServer(
176 self.gatt_server_list.append(gatt_server)
222 gatt_server = self.per_ad.droid.gattServerOpenGattServer(
224 self.gatt_server_list.append(gatt_server)
278 gatt_server = self.per_ad.droid.gattServerOpenGattServer(
280 self.gatt_server_list.append(gatt_server)
[all …]
/tools/test/connectivity/acts/tests/google/ble/gatt/
DGattConnectTest.py81 for gatt_server in self.gatt_server_list:
82 self.per_ad.droid.gattServerClose(gatt_server)
175 gatt_server = self.per_ad.droid.gattServerOpenGattServer(
177 self.gatt_server_list.append(gatt_server)
219 gatt_server = self.per_ad.droid.gattServerOpenGattServer(
221 self.gatt_server_list.append(gatt_server)
276 gatt_server = self.per_ad.droid.gattServerOpenGattServer(
278 self.gatt_server_list.append(gatt_server)
347 gatt_server = self.per_ad.droid.gattServerOpenGattServer(
349 self.gatt_server_list.append(gatt_server)
[all …]
DGattWriteTest.py83 self.per_ad.droid.gattServerGetConnectedDevices(self.gatt_server)
85 self.gatt_server, bt_device_id, request_id, status, offset, [])
138 self.per_ad.droid.gattServerGetConnectedDevices(self.gatt_server)
140 self.gatt_server, bt_device_id, request_id, status, offset, [])
430 self.gatt_server, bt_device_id, request_id, status, offset,
498 self.per_ad.droid.gattServerGetConnectedDevices(self.gatt_server)
500 self.gatt_server, bt_device_id, request_id, status, offset, [])
DGattReadTest.py69 self.per_ad.droid.gattServerSendResponse(self.gatt_server,
139 self.gatt_server, bt_device_id, request_id, status, offset,
188 self.per_ad.droid.gattServerSendResponse(self.gatt_server,
DGattNotifyTest.py80 self.gatt_server, bt_device_id, request_id, status, 0, [])
91 self.gatt_server, bt_device_id, self.notifiable_char_index, False)
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
Dgatts_lib.py43 gatt_server = None variable in GattServerLib
59 for service in self.dut.droid.gattGetServiceUuidList(self.gatt_server):
76 self.gatt_server = self.dut.droid.gattServerOpenGattServer(
78 self.gatt_server_list.append(self.gatt_server)
82 self.dut.droid.gattServerClearServices(self.gatt_server)
105 self.gatt_server, 0, int(instance_id, 16), confirm)
149 self.gatt_server, 0, request_id, status, 0, [])
171 self.gatt_server, 0, request_id, status, 0, value)
190 self.gatt_server, 0, request_id, status, offset, data)
246 self.gatt_server = self.dut.droid.gattServerOpenGattServer(
[all …]
DGattConnectedBaseTest.py56 self.gatt_server_callback, self.gatt_server = self._setup_multiple_services(
58 if not self.gatt_server_callback or not self.gatt_server:
86 self.gatt_server)
94 self.per_ad.droid.gattServerClearServices(self.gatt_server)
95 self.per_ad.droid.gattServerClose(self.gatt_server)
98 del self.gatt_server
188 gatt_server = self.per_ad.droid.gattServerOpenGattServer(
203 self.per_ad.droid.gattServerAddService(gatt_server, gatt_service3)
208 return gatt_server_callback, gatt_server
Dbt_gatt_utils.py126 gatt_server, argument
173 gatt_server, bt_device_id, request_id, status,
239 gatt_server = per_droid.gattServerOpenGattServer(gatt_server_callback)
255 per_droid.gattServerAddService(gatt_server, gattService)
260 per_ad.droid.gattServerClose(gatt_server)
266 per_droid.gattServerAddService(gatt_server, gattService2)
270 per_ad.droid.gattServerClose(gatt_server)
276 per_droid.gattServerAddService(gatt_server, gattService3)
280 per_ad.droid.gattServerClose(gatt_server)
283 return gatt_server_callback, gatt_server
/tools/test/connectivity/acts/tests/google/coex/performance_tests/
DWlanWithBlePerformanceTest.py49 for gatt_server in self.gatt_server_list:
50 self.sec_ad.droid.gattServerClose(gatt_server)
127 gatt_server = \
129 self.gatt_server_list.append(gatt_server)
/tools/test/connectivity/acts/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py250 gatt_server, gatt_server_callback = gatts.setup_gatts_db(
276 gatt_server, gatt_server_callback, bluetooth_gatt,
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py130 gatt_server = sec_ad.droid.gattServerOpenGattServer(gatt_server_cb)
131 gatt_server_list.append(gatt_server)
140 connected_devices = sec_ad.droid.gattServerGetConnectedDevices(gatt_server)
/tools/test/connectivity/acts/tests/google/ble/bt5/
DPhyTest.py101 self.per_ad.droid.gattServerReadPhy(self.gatt_server, bt_device_id)