Home
last modified time | relevance | path

Searched refs:GAPIF_LeExAdvSetEnable (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dgap_le_if.h552 BTSTACK_API int GAPIF_LeExAdvSetEnable(uint8_t enable, uint8_t numberOfSet, const GapExAdvSet *advSet);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_advertiser_impl.cpp1114 return GAPIF_LeExAdvSetEnable(isEnable, 0x01, &exAdvSet); in SetExAdvEnableToGap()
1133 return GAPIF_LeExAdvSetEnable(isEnable, advSets.size(), &advSets[0]); in SetExAdvBatchEnableToGap()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_le_if.c553 int GAPIF_LeExAdvSetEnable(uint8_t enable, uint8_t numberOfSet, const GapExAdvSet *advSet) in GAPIF_LeExAdvSetEnable() function

Completed in 9 milliseconds