Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/btm/
Dbtm_int.h749 #define BTM_PAIR_FLAGS_LE_ACTIVE 0x80 /* use this bit when SMP pairing is active */ macro
Dbtm_ble.c1752 btm_cb.pairing_flags |= BTM_PAIR_FLAGS_LE_ACTIVE; in btm_proc_smp_cback()
Dbtm_sec.c1230 btm_cb.pairing_flags |= BTM_PAIR_FLAGS_LE_ACTIVE; in btm_sec_bond_by_transport()
1408 if (btm_cb.pairing_flags & BTM_PAIR_FLAGS_LE_ACTIVE) in BTM_SecBondCancel()