Searched defs:connection_callback (Results 1 – 3 of 3) sorted by relevance
71 void TestEnvironment::SetUpHciServer(const std::function<void(int)>& connection_callback) { in SetUpHciServer()97 void TestEnvironment::SetUpLinkLayerServer(const std::function<void(int)>& connection_callback) { in SetUpLinkLayerServer()
286 void BluetoothHci::SetUpHciServer(int port, const std::function<void(int)>& connection_callback) { in SetUpHciServer()313 void BluetoothHci::SetUpLinkLayerServer(int port, const std::function<void(int)>& connection_callba… in SetUpLinkLayerServer()
50 typedef void (*connection_callback)(int conn_id, int server_if, int connected, typedef