Searched refs:GapExAdvSet (Results 1 - 5 of 5) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/ |
H A D | gap_le.h | 149 int GAP_LeExAdvSetEnable(uint8_t enable, uint8_t numberOfSet, const GapExAdvSet *advSet);
|
H A D | gap_le_adv.c | 281 static int GapLeSetExtendedAdvertisingEnable(uint8_t enable, uint8_t numberOfSet, const GapExAdvSet *advSet) in GapLeSetExtendedAdvertisingEnable() 313 int GAP_LeExAdvSetEnable(uint8_t enable, uint8_t numberOfSet, const GapExAdvSet *advSet) in GAP_LeExAdvSetEnable()
|
H A D | gap_le_if.c | 65 GapExAdvSet *advSet; 553 int GAPIF_LeExAdvSetEnable(uint8_t enable, uint8_t numberOfSet, const GapExAdvSet *advSet) in GAPIF_LeExAdvSetEnable() 565 ctx->advSet = (GapExAdvSet *)advSet; in GAPIF_LeExAdvSetEnable()
|
/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | gap_le_if.h | 99 } GapExAdvSet; typedef 552 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 D | ble_advertiser_impl.cpp | 1110 GapExAdvSet exAdvSet; in SetExAdvEnableToGap() 1120 std::vector<GapExAdvSet> advSets; in SetExAdvBatchEnableToGap() 1127 GapExAdvSet exAdvSets; in SetExAdvBatchEnableToGap()
|
Completed in 10 milliseconds