Home
last modified time | relevance | path

Searched refs:esp_ble_gap_cb_param_t (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c66 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()
76 esp_ble_gap_cb_param_t param; in btc_gap_ble_get_dev_name_callback()
80 memset(&param, 0, sizeof(esp_ble_gap_cb_param_t)); in btc_gap_ble_get_dev_name_callback()
95 ret = btc_transfer_context(&msg, &param, sizeof(esp_ble_gap_cb_param_t), NULL, NULL); in btc_gap_ble_get_dev_name_callback()
335 esp_ble_gap_cb_param_t param; in btc_adv_data_callback()
345 sizeof(esp_ble_gap_cb_param_t), NULL, NULL); in btc_adv_data_callback()
354 esp_ble_gap_cb_param_t param; in btc_scan_rsp_data_callback()
364 sizeof(esp_ble_gap_cb_param_t), NULL, NULL); in btc_scan_rsp_data_callback()
373 esp_ble_gap_cb_param_t param; in btc_adv_data_raw_callback()
383 sizeof(esp_ble_gap_cb_param_t), NULL, NULL); in btc_adv_data_raw_callback()
[all …]
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/include/
Desp_blufi.h65 void esp_blufi_gap_event_handler(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param);
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c745 esp_ble_gap_cb_param_t param = {0}; in btc_dm_sec_cb_handler()
750 ble_msg = (btc_msg_t *)osi_malloc(sizeof(btc_msg_t) + sizeof(esp_ble_gap_cb_param_t)); in btc_dm_sec_cb_handler()
1051 memcpy(ble_msg->arg, &param, sizeof(esp_ble_gap_cb_param_t)); in btc_dm_sec_cb_handler()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c73 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()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h1582 } esp_ble_gap_cb_param_t; typedef
1589 typedef void (* esp_gap_ble_cb_t)(esp_gap_ble_cb_event_t event, esp_ble_gap_cb_param_t *param);