Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h144 void (*onConnectionClosed)(uint32_t connectionId, int32_t status); member
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c909 g_connectionListener.onConnectionClosed(connectionId, status); in BleOnConnectionClosed()
1199 …CONN_CHECK_AND_RETURN_RET_LOGW(listener->onConnectionClosed != NULL, SOFTBUS_INVALID_PARAM, CONN_I… in CheckBleInitConnectionPara()
H A Dsoftbus_conn_ble_manager.c2325 .onConnectionClosed = OnConnectionClosed, in ConnInitBle()