8 namespace bluetooth_proxy {
15 esp_ble_gattc_cb_param_t *param)
override;
16 void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param)
override;
22 esp_err_t
write_descriptor(uint16_t handle,
const std::string &data,
bool response);
void gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) override
bool seen_mtu_or_services_
esp_err_t write_descriptor(uint16_t handle, const std::string &data, bool response)
esp_err_t read_descriptor(uint16_t handle)
esp_err_t write_characteristic(uint16_t handle, const std::string &data, bool response)
bool gattc_event_handler(esp_gattc_cb_event_t event, esp_gatt_if_t gattc_if, esp_ble_gattc_cb_param_t *param) override
esp32_ble_tracker::AdvertisementParserType get_advertisement_parser_type() override
Implementation of SPI Controller mode.
esp_err_t read_characteristic(uint16_t handle)
esp_err_t notify_characteristic(uint16_t handle, bool enable)