Home
last modified time | relevance | path

Searched refs:esp_bt_octet16_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/api/include/api/
Desp_gap_ble_api.h471 esp_bt_octet16_t ltk; /*!< The long term key*/
484 esp_bt_octet16_t csrk; /*!< The csrk key */
493 esp_bt_octet16_t irk; /*!< The irk value */
503 esp_bt_octet16_t ltk; /*!< The long term key */
517 esp_bt_octet16_t csrk; /*!< The csrk key value */
584 esp_bt_octet16_t ir; /*!< the 16 bits of the ir value */
585 esp_bt_octet16_t irk; /*!< the 16 bits of the ir key value */
586 esp_bt_octet16_t dhk; /*!< the 16 bits of the dh key value */
593 esp_bt_octet16_t oob_c; /*!< the 128 bits of confirmation value */
594 esp_bt_octet16_t oob_r; /*!< the 128 bits of randomizer value */
Desp_bt_defs.h119 typedef uint8_t esp_bt_octet16_t[ESP_BT_OCTET16_LEN]; /* octet array: size 16 */ typedef