Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_co.c401 void bta_dm_co_ble_set_rsp_key_req(UINT8 rsp_key) in bta_dm_co_ble_set_rsp_key_req() argument
404 rsp_key &= 0x0f; // 4~7bit reservd, only used the 0~3bit in bta_dm_co_ble_set_rsp_key_req()
405 bte_appl_cfg.ble_resp_key &= rsp_key; in bta_dm_co_ble_set_rsp_key_req()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/
Dble_hidd_demo_main.c238 uint8_t rsp_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in app_main() local
247 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_RSP_KEY, &rsp_key, sizeof(uint8_t)); in app_main()
/hal_espressif-3.4.0/components/protocomm/src/simple_ble/
Dsimple_ble.c281 uint8_t rsp_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in simple_ble_start() local
287 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_RSP_KEY, &rsp_key, sizeof(uint8_t)); in simple_ble_start()
/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/include/bta/
Dbta_dm_co.h205 extern void bta_dm_co_ble_set_rsp_key_req(UINT8 rsp_key);
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/
Dble50_sec_gatts_demo.c513 uint8_t rsp_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in app_main() local
529 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_RSP_KEY, &rsp_key, sizeof(uint8_t)); in app_main()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_security_server/main/
Dexample_ble_sec_gatts_demo.c559 uint8_t rsp_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in app_main() local
575 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_RSP_KEY, &rsp_key, sizeof(uint8_t)); in app_main()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c578 uint8_t rsp_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in app_main() local
589 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_RSP_KEY, &rsp_key, sizeof(uint8_t)); in app_main()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c617 uint8_t rsp_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in app_main() local
628 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_RSP_KEY, &rsp_key, sizeof(uint8_t)); in app_main()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/
Dble_ancs_demo.c669 uint8_t rsp_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in app_main() local
685 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_RSP_KEY, &rsp_key, sizeof(uint8_t)); in app_main()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c687 uint8_t rsp_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in app_main() local
698 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_RSP_KEY, &rsp_key, sizeof(uint8_t)); in app_main()
/hal_espressif-3.4.0/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c623 uint8_t rsp_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in esp_hid_ble_gap_adv_init() local
642 if ((ret = esp_ble_gap_set_security_param(ESP_BLE_SM_SET_RSP_KEY, &rsp_key, 1)) != ESP_OK) { in esp_hid_ble_gap_adv_init()
/hal_espressif-3.4.0/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c626 uint8_t rsp_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in esp_hid_ble_gap_adv_init() local
645 if ((ret = esp_ble_gap_set_security_param(ESP_BLE_SM_SET_RSP_KEY, &rsp_key, 1)) != ESP_OK) { in esp_hid_ble_gap_adv_init()
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/tutorial/
Dble50_security_server_Example_Walkthrough.md75 uint8_t rsp_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK;
87 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_RSP_KEY, &rsp_key, sizeof(uint8_t));
134 … pairing is done successfully, the keys indicated by the `init_key` and `rsp_key` security paramet…
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_security_server/tutorial/
DGatt_Security_Server_Example_Walkthrough.md75 uint8_t rsp_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK;
87 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_RSP_KEY, &rsp_key, sizeof(uint8_t));
134 … pairing is done successfully, the keys indicated by the `init_key` and `rsp_key` security paramet…
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_ble.c1543 uint8_t rsp_key = 0; in btc_gap_ble_call_handler() local
1544 STREAM_TO_UINT8(rsp_key, value); in btc_gap_ble_call_handler()
1545 bta_dm_co_ble_set_rsp_key_req(rsp_key); in btc_gap_ble_call_handler()