Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h28 typedef struct tBTM_SEC_DEV_REC tBTM_SEC_DEV_REC; typedef
593 struct tBTM_SEC_DEV_REC{ struct
594 tBTM_SEC_SERV_REC *p_cur_service;
595 tBTM_SEC_CALLBACK *p_callback;
596 void *p_ref_data;
597 UINT32 timestamp; /* Timestamp of the last connection */
598 …2 trusted_mask[BTM_SEC_SERVICE_ARRAY_SIZE]; /* Bitwise OR of trusted services */
599 UINT16 hci_handle; /* Handle to connection when exists */
600 UINT16 clock_offset; /* Latest known clock offset */
601 BD_ADDR bd_addr; /* BD_ADDR of the device */
[all …]