/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_co.c | 401 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/ |
D | ble_hidd_demo_main.c | 238 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/ |
D | simple_ble.c | 281 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/ |
D | bta_dm_co.h | 205 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/ |
D | ble50_sec_gatts_demo.c | 513 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/ |
D | example_ble_sec_gatts_demo.c | 559 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/ |
D | example_ble_sec_gattc_demo.c | 578 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/ |
D | ble50_sec_gattc_demo.c | 617 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/ |
D | ble_ancs_demo.c | 669 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/ |
D | ble_compatibility_test.c | 687 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/ |
D | esp_hid_gap.c | 623 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/ |
D | esp_hid_gap.c | 626 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/ |
D | ble50_security_server_Example_Walkthrough.md | 75 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/ |
D | Gatt_Security_Server_Example_Walkthrough.md | 75 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/ |
D | btc_gap_ble.c | 1543 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()
|