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