Searched refs:BTM_PAIR_FLAGS_LE_ACTIVE (Results 1 – 3 of 3) sorted by relevance
797 #define BTM_PAIR_FLAGS_LE_ACTIVE 0x80 /* use this bit when SMP pairing is active */ macro
2221 btm_cb.pairing_flags |= BTM_PAIR_FLAGS_LE_ACTIVE;
1034 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()