Home
last modified time | relevance | path

Searched defs:bt_oob_data_s (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h419 typedef struct bt_oob_data_s { struct
421 bool is_valid = false; /* Default to invalid data; force caller to verify */
422 uint8_t address[OOB_ADDRESS_SIZE];
423 uint8_t c[OOB_C_SIZE]; /* Simple Pairing Hash C-192/256 (Classic or LE) */
424 uint8_t r[OOB_R_SIZE]; /* Simple Pairing Randomizer R-192/256 (Classic or LE) */
425 uint8_t device_name[OOB_NAME_MAX_SIZE]; /* Name of the device */
428 uint8_t oob_data_length[OOB_DATA_LEN_SIZE]; /* Classic only data Length. Value includes this
430 uint8_t class_of_device[OOB_COD_SIZE]; /* Class of Device (Classic or LE) */
433 uint8_t le_device_role; /* Supported and preferred role of device */
434 uint8_t sm_tk[OOB_TK_SIZE]; /* Security Manager TK Value (LE Only) */
[all …]