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

  /external/bluetooth/bluedroid/stack/include/
smp_api.h 96 #define SMP_AUTH_YN_BIT (1 << 2)
97 #define SMP_AUTH_MASK (SMP_AUTH_GEN_BOND|SMP_AUTH_YN_BIT)
103 #define SMP_AUTH_NB_IOCAP (SMP_AUTH_NO_BOND | SMP_AUTH_YN_BIT) /* MITM, No Bonding, Use IO Capability
106 #define SMP_AUTH_GB_IOCAP (SMP_AUTH_GEN_BOND | SMP_AUTH_YN_BIT) /* MITM, General Bonding, Use IO Capability
btm_api.h     [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_int.h 151 #define SMP_NO_MITM_REQUIRED(x) (((x) & SMP_AUTH_YN_BIT) == 0)
smp_act.c 810 ((p_cb->peer_auth_req & SMP_AUTH_YN_BIT) != 0) &&
811 ((p_cb->loc_auth_req & SMP_AUTH_YN_BIT) == 0))
    [all...]

Completed in 97 milliseconds