Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_server.c678 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()
H A Dsoftbus_conn_ble_connection.c1221 .onServerConnectionClosed = BleOnConnectionClosed, in ConnBleInitConnectionMudule()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h162 void (*onServerConnectionClosed)(uint32_t connectionId, int32_t status); member