Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_ble_heartbeat_virtual.c79 .onSetMediumParam = SetBleMediumParam,
H A Dlnn_heartbeat_medium_mgr.c1348 if (g_hbMeidumMgr[id] == NULL || g_hbMeidumMgr[id]->onSetMediumParam == NULL) { in LnnHbMediumMgrSetParam()
1352 ret = g_hbMeidumMgr[id]->onSetMediumParam((const LnnHeartbeatMediumParam *)mediumParam); in LnnHbMediumMgrSetParam()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_medium_mgr.h83 int32_t (*onSetMediumParam)(const LnnHeartbeatMediumParam *param); member