Home
last modified time | relevance | path

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

/system/bt/service/
Dgatt_server.h170 struct Connection { struct
171 Connection(int conn_id, const bt_bdaddr_t& bdaddr) in Connection() function
173 Connection() : conn_id(-1) { memset(&bdaddr, 0, sizeof(bdaddr)); } in Connection() function
194 void ConnectionCallback(hal::BluetoothGattInterface* gatt_iface, int conn_id, argument
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dtest_channel.py59 class Connection(object): class