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

  /external/bluetooth/bluedroid/stack/include/
smp_api.h 112 #define SMP_SEC_AUTHENTICATED (1 << 2)
btm_api.h     [all...]
  /external/bluetooth/bluedroid/stack/smp/
smp_act.c 785 p_cb->sec_level = SMP_SEC_AUTHENTICATED;
786 SMP_TRACE_EVENT1 ("p_cb->sec_level =%d (SMP_SEC_AUTHENTICATED) ", p_cb->sec_level );
793 p_cb->sec_level = SMP_SEC_AUTHENTICATED;
794 SMP_TRACE_EVENT1 ("p_cb->sec_level =%d (SMP_SEC_AUTHENTICATED) ", p_cb->sec_level );
801 p_cb->sec_level = SMP_SEC_AUTHENTICATED;
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 921 if (p_keys->penc_key.sec_level == SMP_SEC_AUTHENTICATED)
    [all...]

Completed in 756 milliseconds