Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_int.h743 #define BTM_PAIR_FLAGS_LE_ACTIVE 0x80 /* use this bit when SMP pairing is active */ macro
Dbtm_ble.c2044 btm_cb.pairing_flags |= BTM_PAIR_FLAGS_LE_ACTIVE; in btm_proc_smp_cback()
Dbtm_sec.c1042 btm_cb.pairing_flags |= BTM_PAIR_FLAGS_LE_ACTIVE; in btm_sec_bond_by_transport()
1222 if (btm_cb.pairing_flags & BTM_PAIR_FLAGS_LE_ACTIVE) in BTM_SecBondCancel()