Home
last modified time | relevance | path

Searched refs:BTM_PAIR_FLAGS_LE_ACTIVE (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/include/
Dbtm_int.h797 #define BTM_PAIR_FLAGS_LE_ACTIVE 0x80 /* use this bit when SMP pairing is active */ macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c2221 btm_cb.pairing_flags |= BTM_PAIR_FLAGS_LE_ACTIVE;
Dbtm_sec.c1034 btm_cb.pairing_flags |= BTM_PAIR_FLAGS_LE_ACTIVE; in btm_sec_bond_by_transport()
1218 if (btm_cb.pairing_flags & BTM_PAIR_FLAGS_LE_ACTIVE) { in BTM_SecBondCancel()