Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_device_record.h210 struct tBTM_SEC_REC { struct
211 tSECURITY_STATE sec_state; /* Operating state */
213 tHCI_STATUS sec_status; /* Status in encryption change event */
214 uint16_t sec_flags; /* Current device security state */
216 uint8_t pin_code_length; /* Length of the pin_code used for pairing */
217 uint32_t required_security_flags_for_pairing;
218 uint16_t security_required; /* Security required for connection */
220 tBTM_SEC_CALLBACK* p_callback;
221 void* p_ref_data;
223 bool link_key_not_sent; /* link key notification has not been sent waiting for
[all …]