Searched refs:Connection (Results 1 – 3 of 3) sorted by relevance
170 struct Connection { struct171 Connection(int conn_id, const bt_bdaddr_t& bdaddr) in Connection() function173 Connection() : conn_id(-1) { memset(&bdaddr, 0, sizeof(bdaddr)); } in Connection() argument236 std::shared_ptr<Connection> GetConnection(int conn_id, const bt_bdaddr_t& bda,251 std::unordered_map<int, std::shared_ptr<Connection>> conn_id_map_;252 std::unordered_map<std::string, std::vector<std::shared_ptr<Connection>>>
141 std::shared_ptr<Connection> connection; in SendResponse()290 std::shared_ptr<Connection> connection(new Connection(conn_id, bda)); in ConnectionCallback()546 std::shared_ptr<GattServer::Connection> GattServer::GetConnection( in GetConnection()
59 class Connection(object): class85 self._connection = Connection(port)