Home
last modified time | relevance | path

Searched refs:esp_bt_gap_set_security_param (Results 1 – 15 of 15) sorted by relevance

/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/main/
Dmain.c207 esp_bt_gap_set_security_param(param_type, &iocap, sizeof(uint8_t)); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_acceptor/main/
Dmain.c264 esp_bt_gap_set_security_param(param_type, &iocap, sizeof(uint8_t)); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor/main/
Dmain.c255 esp_bt_gap_set_security_param(param_type, &iocap, sizeof(uint8_t)); in app_main()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h694 esp_err_t esp_bt_gap_set_security_param(esp_bt_sp_param_t param_type,
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_vfs_initiator/main/
Dmain.c346 esp_bt_gap_set_security_param(param_type, &iocap, sizeof(uint8_t)); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_hid_mouse_device/main/
Dmain.c423 esp_bt_gap_set_security_param(param_type, &iocap, sizeof(uint8_t)); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_initiator/main/
Dmain.c377 esp_bt_gap_set_security_param(param_type, &iocap, sizeof(uint8_t)); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_sink/tutorial/
DExample_A2DP_Sink.md132 esp_bt_gap_set_security_param(param_type, &iocap, sizeof(uint8_t));
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_source/tutorial/
DExample_A2DP_Source.md91 esp_bt_gap_set_security_param(param_type, &iocap, sizeof(uint8_t));
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gap_bt_api.c318 esp_err_t esp_bt_gap_set_security_param(esp_bt_sp_param_t param_type, in esp_bt_gap_set_security_param() function
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/a2dp_source/main/
Dmain.c744 esp_bt_gap_set_security_param(param_type, &iocap, sizeof(uint8_t)); in app_main()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c423 esp_bt_gap_set_security_param(param_type, &iocap, sizeof(uint8_t)); in init_bt_gap()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c426 esp_bt_gap_set_security_param(param_type, &iocap, sizeof(uint8_t)); in init_bt_gap()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/classic_bt/bt_spp_acceptor/
DESP32_SSP.md3 …ll help you figure out how to set the parameter when calling `esp_bt_gap_set_security_param`, or t…
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/a2dp_gatts_coex/main/
Dmain.c749 esp_bt_gap_set_security_param(param_type, &iocap, sizeof(uint8_t)); in app_main()