Home
last modified time | relevance | path

Searched refs:onServerAccepted (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h140 void (*onServerAccepted)(uint32_t connectionId); member
160 void (*onServerAccepted)(uint32_t connectionId); member
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/include/
H A Dsoftbus_conn_br_connection.h78 void (*onServerAccepted)(uint32_t connectionId); member
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c850 g_connectionListener.onServerAccepted(connection->connectionId); in HandleBasicInfo()
1191 …CONN_CHECK_AND_RETURN_RET_LOGW(listener->onServerAccepted != NULL, SOFTBUS_INVALID_PARAM, CONN_INI… in CheckBleInitConnectionPara()
1219 .onServerAccepted = BleOnServerAccepted, in ConnBleInitConnectionMudule()
H A Dsoftbus_conn_ble_server.c687 g_serverEventListener.onServerAccepted(connection->connectionId); in BleMtuChangeCallback()
1244 …CONN_CHECK_AND_RETURN_RET_LOGW(listener->onServerAccepted != NULL, SOFTBUS_INVALID_PARAM, CONN_INI… in ConnGattInitServerModule()
H A Dsoftbus_conn_ble_manager.c2321 .onServerAccepted = OnServerAccepted, in ConnInitBle()
/ohos5.0/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_connection.c271 g_eventListener.onServerAccepted(connection->connectionId); in StartServerServe()
941 …CONN_CHECK_AND_RETURN_RET_LOGW(listener->onServerAccepted != NULL, SOFTBUS_INVALID_PARAM, CONN_INI… in ConnBrConnectionMuduleInit()
H A Dsoftbus_conn_br_manager.c1816 .onServerAccepted = OnServerAccepted, in InitBrEventListener()