Home
last modified time | relevance | path

Searched refs:ble_req (Results 1 – 16 of 16) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/core/
Dbtc_dm.c830 memcpy(param.ble_security.ble_req.bd_addr, p_data->ble_req.bd_addr, BD_ADDR_LEN); in btc_dm_sec_cb_handler()
837 memcpy(param.ble_security.key_notif.bd_addr, p_data->ble_req.bd_addr, BD_ADDR_LEN); in btc_dm_sec_cb_handler()
843 memcpy(param.ble_security.ble_req.bd_addr, p_data->ble_req.bd_addr, BD_ADDR_LEN); in btc_dm_sec_cb_handler()
849 memcpy(param.ble_security.ble_req.bd_addr, p_data->ble_req.bd_addr, BD_ADDR_LEN); in btc_dm_sec_cb_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dble_hidd_demo_main.c140 ESP_LOGD(HID_DEMO_TAG, "%x:",param->ble_security.ble_req.bd_addr[i]); in gap_event_handler()
142 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c319 esp_ble_oob_req_reply(param->ble_security.ble_req.bd_addr, tk, sizeof(tk)); in gap_event_handler()
331 esp_ble_confirm_reply(param->ble_security.ble_req.bd_addr, true); in gap_event_handler()
337 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c282 esp_ble_oob_req_reply(param->ble_security.ble_req.bd_addr, tk, sizeof(tk)); in gap_event_handler()
294 esp_ble_confirm_reply(param->ble_security.ble_req.bd_addr, true); in gap_event_handler()
300 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c394 esp_ble_oob_req_reply(param->ble_security.ble_req.bd_addr, tk, sizeof(tk)); in esp_gap_cb()
406 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in esp_gap_cb()
411 esp_ble_confirm_reply(param->ble_security.ble_req.bd_addr, true); in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c437 esp_ble_oob_req_reply(param->ble_security.ble_req.bd_addr, tk, sizeof(tk)); in esp_gap_cb()
449 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in esp_gap_cb()
454 esp_ble_confirm_reply(param->ble_security.ble_req.bd_addr, true); in esp_gap_cb()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/
Dble_ancs_demo.c278 esp_ble_oob_req_reply(param->ble_security.ble_req.bd_addr, tk, sizeof(tk)); in gap_event_handler()
284 esp_ble_confirm_reply(param->ble_security.ble_req.bd_addr, true); in gap_event_handler()
290 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in gap_event_handler()
/hal_espressif-3.6.0/components/protocomm/src/simple_ble/
Dsimple_ble.c58 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in gap_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c4656 bdcpy(sec_event.ble_req.bd_addr, bda); in bta_dm_ble_smp_cback()
4659 BCM_STRNCPY_S((char *)sec_event.ble_req.bd_name,p_name, (BD_NAME_LEN)); in bta_dm_ble_smp_cback()
4661 sec_event.ble_req.bd_name[0] = 0; in bta_dm_ble_smp_cback()
4663 sec_event.ble_req.bd_name[BD_NAME_LEN] = 0; in bta_dm_ble_smp_cback()
4675 sec_event.ble_req.bd_name[BD_NAME_LEN] = 0; in bta_dm_ble_smp_cback()
4681 bdcpy(sec_event.ble_req.bd_addr, bda); in bta_dm_ble_smp_cback()
4686 bdcpy(sec_event.ble_req.bd_addr, bda); in bta_dm_ble_smp_cback()
4693 sec_event.ble_req.bd_name[BD_NAME_LEN] = 0; in bta_dm_ble_smp_cback()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c347 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c547 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in ble_gap_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c550 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true); in ble_gap_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h618 esp_ble_sec_req_t ble_req; /*!< BLE SMP related request */ member
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_server/tutorial/
DGatt_Security_Server_Example_Walkthrough.md230 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true);
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/tutorial/
Dble50_security_server_Example_Walkthrough.md230 esp_ble_gap_security_rsp(param->ble_security.ble_req.bd_addr, true);
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_api.h968 tBTA_DM_BLE_SEC_REQ ble_req; /* BLE SMP related request */ member