Home
last modified time | relevance | path

Searched defs:connection_callback (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/desktop/
H A Dtest_environment.cc71 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()
/aosp12/system/bt/test/rootcanal/
H A Dbluetooth_hci.cc286 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()
/aosp12/system/bt/include/hardware/
H A Dbt_gatt_server.h50 typedef void (*connection_callback)(int conn_id, int server_if, int connected, typedef