/aosp_15_r20/packages/modules/Bluetooth/system/blueberry/utils/ |
D | bt_gatt_utils.py | 71 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/ |
D | bt_gatt_utils.py | 70 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
|
D | ble_performance_test_utils.py | 238 def ble_gatt_disconnection(client_ad, bluetooth_gatt, gatt_callback): argument
|
D | GattConnectedBaseTest.py | 158 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): argument
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/coex/performance_tests/ |
D | WlanWithBlePerformanceTest.py | 62 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): argument
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/bt/gatt/ |
D | GattOverBrEdrTest.py | 77 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): argument
|
/aosp_15_r20/tools/test/connectivity/acts_tests/tests/google/ble/gatt/ |
D | GattConnectTest.py | 86 def _orchestrate_gatt_disconnection(self, bluetooth_gatt, gatt_callback): argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/service/src/ |
D | main.rs | 186 let bluetooth_gatt = in main() localVariable
|
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | dis.rs | 26 bluetooth_gatt: Arc<Mutex<Box<BluetoothGatt>>>, field
|
D | lib.rs | 12 pub mod bluetooth_gatt; module
|
D | bluetooth.rs | 592 bluetooth_gatt: Option<Arc<Mutex<Box<BluetoothGatt>>>>, field
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
D | bluetooth_device.py | 385 def _setup_discovered_services_index(self, bluetooth_gatt): argument
|