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/ |
D | btc_gap_ble.c | 66 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(¶m, 0, sizeof(esp_ble_gap_cb_param_t)); in btc_gap_ble_get_dev_name_callback() 95 ret = btc_transfer_context(&msg, ¶m, 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/ |
D | esp_blufi.h | 65 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/ |
D | btc_dm.c | 745 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, ¶m, 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/ |
D | esp_blufi.c | 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()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 1582 } 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);
|