/hal_espressif-3.4.0/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_co.c | 393 void bta_dm_co_ble_set_init_key_req(UINT8 init_key) in bta_dm_co_ble_set_init_key_req() argument 396 init_key &= 0x0f; // 4~7bit reservd, only used the 0~3bit in bta_dm_co_ble_set_init_key_req() 397 bte_appl_cfg.ble_init_key &= init_key; in bta_dm_co_ble_set_init_key_req()
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_hid_device_demo/main/ |
D | ble_hidd_demo_main.c | 237 uint8_t init_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in app_main() local 246 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_INIT_KEY, &init_key, sizeof(uint8_t)); in app_main()
|
/hal_espressif-3.4.0/components/protocomm/src/simple_ble/ |
D | simple_ble.c | 280 uint8_t init_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in simple_ble_start() local 286 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_INIT_KEY, &init_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 | 203 extern void bta_dm_co_ble_set_init_key_req(UINT8 init_key);
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble_50/ble50_security_server/main/ |
D | ble50_sec_gatts_demo.c | 512 uint8_t init_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in app_main() local 528 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_INIT_KEY, &init_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 | 558 uint8_t init_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in app_main() local 574 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_INIT_KEY, &init_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 | 577 uint8_t init_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in app_main() local 588 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_INIT_KEY, &init_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 | 616 uint8_t init_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in app_main() local 627 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_INIT_KEY, &init_key, sizeof(uint8_t)); in app_main()
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/ |
D | ble_ancs_demo.c | 668 uint8_t init_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in app_main() local 684 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_INIT_KEY, &init_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 | 686 uint8_t init_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in app_main() local 697 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_INIT_KEY, &init_key, sizeof(uint8_t)); in app_main()
|
/hal_espressif-3.4.0/examples/bluetooth/esp_hid_device/main/ |
D | esp_hid_gap.c | 622 uint8_t init_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in esp_hid_ble_gap_adv_init() local 637 if ((ret = esp_ble_gap_set_security_param(ESP_BLE_SM_SET_INIT_KEY, &init_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 | 625 uint8_t init_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; in esp_hid_ble_gap_adv_init() local 640 if ((ret = esp_ble_gap_set_security_param(ESP_BLE_SM_SET_INIT_KEY, &init_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 | 67 uint8_t init_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; 86 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_INIT_KEY, &init_key, sizeof(uint8_t)); 134 …server and the pairing is done successfully, the keys indicated by the `init_key` and `rsp_key` se…
|
/hal_espressif-3.4.0/examples/bluetooth/bluedroid/ble/gatt_security_server/tutorial/ |
D | Gatt_Security_Server_Example_Walkthrough.md | 67 uint8_t init_key = ESP_BLE_ENC_KEY_MASK | ESP_BLE_ID_KEY_MASK; 86 esp_ble_gap_set_security_param(ESP_BLE_SM_SET_INIT_KEY, &init_key, sizeof(uint8_t)); 134 …server and the pairing is done successfully, the keys indicated by the `init_key` and `rsp_key` se…
|
/hal_espressif-3.4.0/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 1537 uint8_t init_key = 0; in btc_gap_ble_call_handler() local 1538 STREAM_TO_UINT8(init_key, value); in btc_gap_ble_call_handler() 1539 bta_dm_co_ble_set_init_key_req(init_key); in btc_gap_ble_call_handler()
|