Searched defs:tBTM_SEC_DEV_REC (Results 1 – 1 of 1) sorted by relevance
28 typedef struct tBTM_SEC_DEV_REC tBTM_SEC_DEV_REC; typedef593 struct tBTM_SEC_DEV_REC{ struct594 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 …]