Searched refs:onServerConnectionClosed (Results 1 – 3 of 3) sorted by relevance
678 g_serverEventListener.onServerConnectionClosed( in BleMtuChangeCallback()973 g_serverEventListener.onServerConnectionClosed(connection->connectionId, SOFTBUS_OK); in ConnGattServerDisconnect()987 g_serverEventListener.onServerConnectionClosed( in ConnGattServerDisconnect()1015 g_serverEventListener.onServerConnectionClosed(connectionId, SOFTBUS_OK); in BleDisconnectServerCallback()1025 …g_serverEventListener.onServerConnectionClosed(connectionId, SOFTBUS_CONN_BLE_DISCONNECT_WAIT_TIME… in BleServerWaitDisconnectTimeoutHandler()1248 …CONN_CHECK_AND_RETURN_RET_LOGW(listener->onServerConnectionClosed != NULL, SOFTBUS_INVALID_PARAM, … in ConnGattInitServerModule()
1221 .onServerConnectionClosed = BleOnConnectionClosed, in ConnBleInitConnectionMudule()
162 void (*onServerConnectionClosed)(uint32_t connectionId, int32_t status); member