Home
last modified time | relevance | path

Searched refs:BTM_PAIR_FLAGS_PRE_FETCH_PIN (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h794 #define BTM_PAIR_FLAGS_PRE_FETCH_PIN 0x10 /* set this bit when pre-fetch pin */ macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_sec.c4913 if ( (btm_cb.pairing_flags & BTM_PAIR_FLAGS_PRE_FETCH_PIN) == 0) { in btm_sec_pairing_timeout()