Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_device_record.h208 struct tBTM_SEC_DEV_REC { struct
210 typedef enum : uint8_t {
214 } tBTM_BOND_TYPE;
216 uint32_t required_security_flags_for_pairing;
217 tBTM_SEC_CALLBACK* p_callback;
218 void* p_ref_data;
219 uint32_t timestamp; /* Timestamp of the last connection */
220 uint16_t hci_handle; /* Handle to connection when exists */
221 uint16_t clock_offset; /* Latest known clock offset */
222 RawAddress bd_addr; /* BD_ADDR of the device */
[all …]