Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/tests/google/bt/gatt/
DGattOverBrEdrTest.py70 for gatt_server in self.gatt_server_list:
71 self.per_ad.droid.gattServerClose(gatt_server)
128 gatt_server = self.per_ad.droid.gattServerOpenGattServer(
130 self.gatt_server_list.append(gatt_server)
172 gatt_server = self.per_ad.droid.gattServerOpenGattServer(
174 self.gatt_server_list.append(gatt_server)
220 gatt_server = self.per_ad.droid.gattServerOpenGattServer(
222 self.gatt_server_list.append(gatt_server)
276 gatt_server = self.per_ad.droid.gattServerOpenGattServer(
278 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 …]
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)
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, [])
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
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.py56 for gatt_server in self.gatt_server_list:
57 self.sec_ad.droid.gattServerClose(gatt_server)
134 gatt_server = (
136 self.gatt_server_list.append(gatt_server)
/tools/test/connectivity/acts/tests/google/ble/concurrency/
DConcurrentGattConnectTest.py248 gatt_server, gatt_server_callback = gatts.setup_gatts_db(
274 gatt_server, gatt_server_callback, bluetooth_gatt,
/tools/test/connectivity/acts/tests/google/ble/bt5/
DPhyTest.py101 self.per_ad.droid.gattServerReadPhy(self.gatt_server, bt_device_id)
/tools/test/connectivity/acts/framework/acts/test_utils/coex/
Dcoex_test_utils.py127 gatt_server = sec_ad.droid.gattServerOpenGattServer(gatt_server_cb)
128 gatt_server_list.append(gatt_server)
137 connected_devices = sec_ad.droid.gattServerGetConnectedDevices(gatt_server)