Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.cpp1076 std::vector<GapExAdvSet> advSets; in SetExAdvBatchEnableToGap() local
1087 advSets.push_back(exAdvSets); in SetExAdvBatchEnableToGap()
1089 return GAPIF_LeExAdvSetEnable(isEnable, advSets.size(), &advSets[0]); in SetExAdvBatchEnableToGap()