Home
last modified time | relevance | path

Searched defs:Connection (Results 1 – 4 of 4) sorted by relevance

/system/bt/service/
Dgatt_server.h171 struct Connection { struct
172 Connection(int conn_id, const RawAddress& bdaddr) in Connection() argument
174 Connection() : conn_id(-1) { memset(&bdaddr, 0, sizeof(bdaddr)); } in Connection() function
195 void ConnectionCallback(hal::BluetoothGattInterface* gatt_iface, int conn_id, argument
/system/bt/vendor_libs/test_vendor_lib/include/
Dconnection.h34 Connection(std::shared_ptr<Device> dev, uint16_t handle) in Connection() function
/system/core/adb/
Dtransport.h61 struct Connection { struct
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dtest_channel.py59 class Connection(object): class