Home
last modified time | relevance | path

Searched defs:bluetooth_gatt (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/utils/
Dbt_gatt_utils.py71 def wait_for_gatt_connection(central: AndroidDevice, gatt_callback, bluetooth_gatt, timeout): argument
89 def close_gatt_client(central: AndroidDevice, bluetooth_gatt): argument
96 def disconnect_gatt_connection(central: AndroidDevice, bluetooth_gatt, gatt_callback): argument
122 bluetooth_gatt, argument
292 def setup_gatt_mtu(central: AndroidDevice, bluetooth_gatt, gatt_callback, mtu): argument
322 def log_gatt_server_uuids(central: AndroidDevice, discovered_services_index, bluetooth_gatt=None): argument
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
Dbt_gatt_utils.py70 def close_gatt_client(cen_ad, bluetooth_gatt): argument
77 def disconnect_gatt_connection(cen_ad, bluetooth_gatt, gatt_callback): argument
128 bluetooth_gatt, argument
356 def setup_gatt_mtu(cen_ad, bluetooth_gatt, gatt_callback, mtu): argument
389 bluetooth_gatt=None): argument
Dble_performance_test_utils.py238 def ble_gatt_disconnection(client_ad, bluetooth_gatt, gatt_callback): argument
DGattConnectedBaseTest.py158 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): argument
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/coex/performance_tests/
DWlanWithBlePerformanceTest.py62 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): argument
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/bt/gatt/
DGattOverBrEdrTest.py77 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): argument
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/ble/gatt/
DGattConnectTest.py86 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): argument
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/
Dmain.rs186 let bluetooth_gatt = in main() localVariable
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Ddis.rs26 bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, field
Dlib.rs12 pub mod bluetooth_gatt; module
Dbluetooth.rs592 bluetooth_gatt: Option<Arc<Mutex<Box<BluetoothGatt>>>>, field
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/
Dbluetooth_device.py385 def _setup_discovered_services_index(self, bluetooth_gatt): argument