Home
last modified time | relevance | path

Searched refs:g_srvTypeMap (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/interface/
H A Dsoftbus_broadcast_type.h124 static const SrvTypeMap g_srvTypeMap[] = { variable
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c259 …if ((int32_t)srvType < 0 || (int32_t)srvType >= (int32_t)(sizeof(g_srvTypeMap)/sizeof(SrvTypeMap))… in GetSrvType()
262 return g_srvTypeMap[srvType].service; in GetSrvType()