HomeSort by relevance Sort by last modified time
    Searched refs:BTM_SEC_16_DIGIT_PIN_AUTHED (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/btm/
btm_sec.c 195 // BTM_SEC_16_DIGIT_PIN_AUTHED is set if MITM or 16 digit pin is used
196 if(p_dev_rec->sec_flags & BTM_SEC_16_DIGIT_PIN_AUTHED)
    [all...]
btm_dev.c 149 p_dev_rec->sec_flags |= BTM_SEC_16_DIGIT_PIN_AUTHED | BTM_SEC_LINK_KEY_AUTHED;
btm_int.h 540 #define BTM_SEC_16_DIGIT_PIN_AUTHED 0x4000 /* pairing is done with 16 digit pin */
    [all...]

Completed in 1138 milliseconds