Searched defs:tBTM_SEC_DEV_REC (Results 1 – 1 of 1) sorted by relevance
200 struct tBTM_SEC_DEV_REC { struct202 typedef enum : uint8_t {206 } tBTM_BOND_TYPE;208 uint32_t required_security_flags_for_pairing;209 tBTM_SEC_CALLBACK* p_callback;210 void* p_ref_data;211 uint32_t timestamp; /* Timestamp of the last connection */212 uint16_t hci_handle; /* Handle to connection when exists */213 uint16_t clock_offset; /* Latest known clock offset */214 RawAddress bd_addr; /* BD_ADDR of the device */[all …]