Home
last modified time | relevance | path

Searched refs:onClientConnectionClosed (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_client.c671 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()
H A Dsoftbus_conn_ble_connection.c1214 .onClientConnectionClosed = BleOnConnectionClosed, in ConnBleInitConnectionMudule()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h153 void (*onClientConnectionClosed)(uint32_t connectionId, int32_t status); member