Searched defs:gatt_connect (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/abstract_devices/ |
D | bluetooth_device.py | 144 def gatt_connect(self, peer_identifier, transport, autoconnect): member in BluetoothDevice 642 def gatt_connect(self, peer_identifier, transport, autoconnect=False): member in AndroidBluetoothDevice 1167 def gatt_connect(self, peer_identifier, transport, autoconnect): member in FuchsiaBluetoothDevice
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_main.cc | 219 static bool gatt_connect(const RawAddress& rem_bda, tBLE_ADDR_TYPE addr_type, tGATT_TCB* p_tcb, in gatt_connect() function
|
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/server/ |
D | bluetooth.py | 401 def gatt_connect(self, address, is_direct, transport): member in Bluetooth
|