Searched refs:onConnectionClosed (Results 1 – 3 of 3) sorted by relevance
144 void (*onConnectionClosed)(uint32_t connectionId, int32_t status); member
909 g_connectionListener.onConnectionClosed(connectionId, status); in BleOnConnectionClosed()1199 …CONN_CHECK_AND_RETURN_RET_LOGW(listener->onConnectionClosed != NULL, SOFTBUS_INVALID_PARAM, CONN_I… in CheckBleInitConnectionPara()
2325 .onConnectionClosed = OnConnectionClosed, in ConnInitBle()