Searched refs:esp_ble_auth_req_t (Results 1 – 14 of 14) sorted by relevance
113 esp_ble_auth_req_t auth_req = ESP_LE_AUTH_BOND;118 …p_set_security_param(ESP_BLE_SM_AUTHEN_REQ_MODE, &auth_req, sizeof(esp_ble_auth_req_t)) != ESP_ERR…
221 static char *esp_auth_req_to_str(esp_ble_auth_req_t auth_req) in esp_auth_req_to_str()555 …esp_ble_auth_req_t auth_req = ESP_LE_AUTH_REQ_SC_MITM_BOND; //bonding with peer device after a… in app_main()
192 static char *esp_auth_req_to_str(esp_ble_auth_req_t auth_req) in esp_auth_req_to_str()509 …esp_ble_auth_req_t auth_req = ESP_LE_AUTH_REQ_SC_MITM_BOND; //bonding with peer device after a… in app_main()
234 …esp_ble_auth_req_t auth_req = ESP_LE_AUTH_BOND; //bonding with peer device after authentication in app_main()
129 static char *esp_auth_req_to_str(esp_ble_auth_req_t auth_req) in esp_auth_req_to_str()574 …esp_ble_auth_req_t auth_req = ESP_LE_AUTH_REQ_SC_MITM_BOND; //bonding with peer device after a… in app_main()
162 static char *esp_auth_req_to_str(esp_ble_auth_req_t auth_req) in esp_auth_req_to_str()613 …esp_ble_auth_req_t auth_req = ESP_LE_AUTH_REQ_SC_MITM_BOND; //bonding with peer device after a… in app_main()
272 esp_ble_auth_req_t auth_req; in simple_ble_start()
62 typedef uint8_t esp_ble_auth_req_t; /*!< combination of the above bit pattern */ typedef609 esp_ble_auth_req_t auth_mode; /*!< authentication mode */
665 …esp_ble_auth_req_t auth_req = ESP_LE_AUTH_REQ_SC_MITM_BOND; //bonding with peer device after a… in app_main()
683 …esp_ble_auth_req_t auth_req = ESP_LE_AUTH_REQ_SC_MITM_BOND; //bonding with peer device after a… in app_main()
617 esp_ble_auth_req_t auth_req = ESP_LE_AUTH_REQ_SC_MITM_BOND; in esp_hid_ble_gap_adv_init()
620 esp_ble_auth_req_t auth_req = ESP_LE_AUTH_REQ_SC_MITM_BOND; in esp_hid_ble_gap_adv_init()
43 esp_ble_auth_req_t auth_req = ESP_LE_AUTH_BOND; //bonding with peer device after authentication