OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bluetooth_gatt
(Results
1 - 8
of
8
) sorted by null
/tools/test/connectivity/acts/tests/google/ble/gatt/
GattConnectTest.py
97
def _orchestrate_gatt_disconnection(self,
bluetooth_gatt
, gatt_callback):
99
test_result = disconnect_gatt_connection(self.cen_ad,
bluetooth_gatt
,
101
self.cen_ad.droid.gattClientClose(
bluetooth_gatt
)
219
bluetooth_gatt
, gatt_callback, adv_callback = (
224
return self._orchestrate_gatt_disconnection(
bluetooth_gatt
,
258
test_result,
bluetooth_gatt
, gatt_callback = setup_gatt_connection(
260
if not disconnect_gatt_connection(self.cen_ad,
bluetooth_gatt
,
264
bluetooth_gatt
= self.cen_ad.droid.gattClientConnectGatt(
307
bluetooth_gatt
, gatt_callback, adv_callback = (
313
self.cen_ad.droid.gattClientRequestMtu(
bluetooth_gatt
, expected_mtu
[
all
...]
GattWriteTest.py
55
self.
bluetooth_gatt
, self.discovered_services_index,
59
self.
bluetooth_gatt
, self.discovered_services_index,
64
self.
bluetooth_gatt
, self.discovered_services_index,
112
self.
bluetooth_gatt
, self.discovered_services_index,
117
self.
bluetooth_gatt
, self.discovered_services_index,
166
self.
bluetooth_gatt
, self.discovered_services_index,
170
self.
bluetooth_gatt
, self.discovered_services_index,
175
self.
bluetooth_gatt
, self.discovered_services_index,
219
self.
bluetooth_gatt
, self.discovered_services_index,
223
self.
bluetooth_gatt
, self.discovered_services_index
[
all
...]
GattNotifyTest.py
57
self.
bluetooth_gatt
, self.discovered_services_index,
62
self.
bluetooth_gatt
, self.discovered_services_index,
68
self.
bluetooth_gatt
, self.discovered_services_index,
GattReadTest.py
57
self.
bluetooth_gatt
, self.discovered_services_index,
118
self.
bluetooth_gatt
, self.discovered_services_index,
/tools/test/connectivity/acts/tests/google/bt/gatt/
GattOverBrEdrTest.py
102
def _orchestrate_gatt_disconnection(self,
bluetooth_gatt
, gatt_callback):
104
test_result = disconnect_gatt_connection(self.cen_ad,
bluetooth_gatt
,
214
bluetooth_gatt
, gatt_callback, adv_callback = (
220
return self._orchestrate_gatt_disconnection(
bluetooth_gatt
,
251
bluetooth_gatt
, gatt_callback, adv_callback = (
257
if self.cen_ad.droid.gattClientReadRSSI(
bluetooth_gatt
):
261
return self._orchestrate_gatt_disconnection(
bluetooth_gatt
,
292
bluetooth_gatt
, gatt_callback, adv_callback = (
299
if self.cen_ad.droid.gattClientDiscoverServices(
bluetooth_gatt
):
304
return self._orchestrate_gatt_disconnection(
bluetooth_gatt
,
[
all
...]
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_gatt_utils.py
46
bluetooth_gatt
= cen_ad.droid.gattClientConnectGatt(
54
return test_result,
bluetooth_gatt
, gatt_callback
59
return test_result,
bluetooth_gatt
, gatt_callback
62
def disconnect_gatt_connection(cen_ad,
bluetooth_gatt
, gatt_callback):
63
cen_ad.droid.gattClientDisconnect(
bluetooth_gatt
)
91
test_result,
bluetooth_gatt
, gatt_callback = setup_gatt_connection(
95
return
bluetooth_gatt
, gatt_callback, adv_callback
100
bluetooth_gatt
, services_count,
124
bluetooth_gatt
, discovered_services_index, i,
127
bluetooth_gatt
, discovered_services_index, i
[
all
...]
GattConnectedBaseTest.py
62
self.
bluetooth_gatt
, self.gatt_callback, self.adv_callback = (
68
if self.cen_ad.droid.gattClientDiscoverServices(self.
bluetooth_gatt
):
101
self._orchestrate_gatt_disconnection(self.
bluetooth_gatt
,
164
def _orchestrate_gatt_disconnection(self,
bluetooth_gatt
, gatt_callback):
166
test_result = disconnect_gatt_connection(self.cen_ad,
bluetooth_gatt
,
168
self.cen_ad.droid.gattClientClose(
bluetooth_gatt
)
/tools/test/connectivity/acts/tests/google/ble/system_tests/
BleOnLostOnFoundStressTest.py
150
bluetooth_gatt
, gatt_callback, adv_callback = (
153
if self.scn_ad.droid.gattClientDiscoverServices(
bluetooth_gatt
):
155
"GattConnect{}onServicesDiscovered".format(
bluetooth_gatt
),
167
bluetooth_gatt
, services_count, discovered_services_index))
Completed in 296 milliseconds