Control Surface stm32
MIDI Control Surface library for Arduino
advertising.h
Go to the documentation of this file.
1#pragma once
2
9#ifdef __cplusplus
10extern "C" {
11#endif
12
13#include <esp_gap_ble_api.h>
14
17void advertising_set_service_uuid(const uint8_t uuid[], uint16_t length);
24bool advertising_handle_config_complete_event(esp_ble_gap_cb_param_t *param);
29 esp_ble_gap_cb_param_t *param);
30
31#ifdef __cplusplus
32}
33#endif
void advertising_set_service_uuid(const uint8_t uuid[], uint16_t length)
Set the UUID of the service to be advertised.
bool advertising_handle_config_complete_event(esp_ble_gap_cb_param_t *param)
Callback that indicates that the configuration of the advertising data was complete.
bool advertising_config(void)
Configure the advertising data, register with the Bluetooth driver.
bool advertising_handle_config_response_complete_event(esp_ble_gap_cb_param_t *param)
Callback that indicates that the configuration of the advertising response data was complete.