Searched defs:bt_oob_data_s (Results 1 – 1 of 1) sorted by relevance
453 typedef struct bt_oob_data_s { struct455 bool is_valid = false; /* Default to invalid data; force caller to verify */456 uint8_t address[OOB_ADDRESS_SIZE];457 uint8_t c[OOB_C_SIZE]; /* Simple Pairing Hash C-192/256 (Classic or LE) */458 uint8_t r[OOB_R_SIZE]; /* Simple Pairing Randomizer R-192/256 (Classic or LE) */459 uint8_t device_name[OOB_NAME_MAX_SIZE]; /* Name of the device */462 uint8_t oob_data_length[OOB_DATA_LEN_SIZE]; /* Classic only data Length. Value includes this464 uint8_t class_of_device[OOB_COD_SIZE]; /* Class of Device (Classic or LE) */467 uint8_t le_device_role; /* Supported and preferred role of device */468 uint8_t sm_tk[OOB_TK_SIZE]; /* Security Manager TK Value (LE Only) */[all …]