Searched refs:connection_callback (Results 1 – 4 of 4) sorted by relevance
298 void BluetoothHci::SetUpHciServer(ConnectCallback connection_callback) { in SetUpHciServer() argument303 if (!remote_hci_transport_.SetUp(hci_socket_server_, connection_callback)) { in SetUpHciServer()309 void BluetoothHci::SetUpLinkLayerServer(ConnectCallback connection_callback) { in SetUpLinkLayerServer() argument310 remote_link_layer_transport_.SetUp(link_socket_server_, connection_callback); in SetUpLinkLayerServer()
34 ConnectCallback connection_callback) { in SetUp() argument36 socket_server_->SetOnConnectCallback(connection_callback); in SetUp()
43 ConnectCallback connection_callback);
50 typedef void (*connection_callback)(int conn_id, int server_if, int connected, typedef128 connection_callback connection_cb;