Searched refs:esp_gap_ble_cb_event_t (Results 1 – 4 of 4) sorted by relevance
52 void esp_blufi_gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param);
213 } esp_gap_ble_cb_event_t; typedef1301 typedef void (* esp_gap_ble_cb_t)(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param);
73 void esp_blufi_gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param) in esp_blufi_gap_event_handler()
59 static inline void btc_gap_ble_cb_to_app(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *para… in btc_gap_ble_cb_to_app()