Searched refs:onClientConnectionClosed (Results 1 – 3 of 3) sorted by relevance
671 g_clientEventListener.onClientConnectionClosed(connection->connectionId, SOFTBUS_OK); in ConnGattClientDisconnect()677 g_clientEventListener.onClientConnectionClosed( in ConnGattClientDisconnect()717 g_clientEventListener.onClientConnectionClosed(connectionId, rc); in DisconnectedMsgHandler()738 …g_clientEventListener.onClientConnectionClosed(connectionId, SOFTBUS_CONN_BLE_DISCONNECT_WAIT_TIME… in ClientWaitDiconnetTimeoutMsgHandler()943 …CONN_CHECK_AND_RETURN_RET_LOGW(listener->onClientConnectionClosed != NULL, SOFTBUS_INVALID_PARAM, … in ConnGattInitClientModule()
1214 .onClientConnectionClosed = BleOnConnectionClosed, in ConnBleInitConnectionMudule()
153 void (*onClientConnectionClosed)(uint32_t connectionId, int32_t status); member