Searched refs:ESP_LE_AUTH_BOND (Results 1 – 9 of 9) sorted by relevance
55 #define ESP_LE_AUTH_BOND 0x01 /*!< 1 << 0 */… macro57 #define ESP_LE_AUTH_REQ_BOND_MITM (ESP_LE_AUTH_BOND | ESP_LE_AUTH_REQ_MITM)/*!< 0101*/59 #define ESP_LE_AUTH_REQ_SC_BOND (ESP_LE_AUTH_BOND | ESP_LE_AUTH_REQ_SC_ONLY) …61 …_MITM_BOND (ESP_LE_AUTH_REQ_MITM | ESP_LE_AUTH_REQ_SC_ONLY | ESP_LE_AUTH_BOND) /*!< 1101 …
113 esp_ble_auth_req_t auth_req = ESP_LE_AUTH_BOND;
234 …esp_ble_auth_req_t auth_req = ESP_LE_AUTH_BOND; //bonding with peer device after authentication in app_main()
228 case ESP_LE_AUTH_BOND: in esp_auth_req_to_str()
199 case ESP_LE_AUTH_BOND: in esp_auth_req_to_str()
43 esp_ble_auth_req_t auth_req = ESP_LE_AUTH_BOND; //bonding with peer device after authentication50 ESP_LE_AUTH_BOND: Bonding is performed.
136 case ESP_LE_AUTH_BOND: in esp_auth_req_to_str()
169 case ESP_LE_AUTH_BOND: in esp_auth_req_to_str()