Home
last modified time | relevance | path

Searched refs:onClientConnected (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_connection.h79 void (*onClientConnected)(uint32_t connectionId); member
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h150 void (*onClientConnected)(uint32_t connectionId); member
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_client.c650 g_clientEventListener.onClientConnected(connection->connectionId); in MtuSettedMsgHandler()
937 …CONN_CHECK_AND_RETURN_RET_LOGW(listener->onClientConnected != NULL, SOFTBUS_INVALID_PARAM, CONN_IN… in ConnGattInitClientModule()
H A Dsoftbus_conn_ble_connection.c1211 .onClientConnected = BleOnClientConnected, in ConnBleInitConnectionMudule()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_connection.c205 g_eventListener.onClientConnected(connection->connectionId); in StartClientConnect()
943 …CONN_CHECK_AND_RETURN_RET_LOGW(listener->onClientConnected != NULL, SOFTBUS_INVALID_PARAM, CONN_IN… in ConnBrConnectionMuduleInit()
H A Dsoftbus_conn_br_manager.c1817 .onClientConnected = OnClientConnected, in InitBrEventListener()