Searched refs:onServerAccepted (Results 1 – 7 of 7) sorted by relevance
140 void (*onServerAccepted)(uint32_t connectionId); member160 void (*onServerAccepted)(uint32_t connectionId); member
78 void (*onServerAccepted)(uint32_t connectionId); member
850 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()
687 g_serverEventListener.onServerAccepted(connection->connectionId); in BleMtuChangeCallback()1244 …CONN_CHECK_AND_RETURN_RET_LOGW(listener->onServerAccepted != NULL, SOFTBUS_INVALID_PARAM, CONN_INI… in ConnGattInitServerModule()
2321 .onServerAccepted = OnServerAccepted, in ConnInitBle()
271 g_eventListener.onServerAccepted(connection->connectionId); in StartServerServe()941 …CONN_CHECK_AND_RETURN_RET_LOGW(listener->onServerAccepted != NULL, SOFTBUS_INVALID_PARAM, CONN_INI… in ConnBrConnectionMuduleInit()
1816 .onServerAccepted = OnServerAccepted, in InitBrEventListener()