Searched refs:BT_BOND_STATE_BONDED (Results 1 – 5 of 5) sorted by relevance
66 static final int BT_BOND_STATE_BONDED = 0x02; field in AbstractionLayer
297 (pairing_cb.state == BT_BOND_STATE_BONDED && pairing_cb.sdp_attempts); in is_bonding_or_sdp()581 } else if (state == BT_BOND_STATE_BONDED) { in bond_state_changed()611 (state == BT_BOND_STATE_BONDED && in bond_state_changed()1221 state = BT_BOND_STATE_BONDED; in btif_dm_auth_cmpl_evt()1267 bond_state_changed(BT_STATUS_SUCCESS, bd_addr, BT_BOND_STATE_BONDED); in btif_dm_auth_cmpl_evt()1678 pairing_cb.state == BT_BOND_STATE_BONDED && in btif_dm_search_services_evt()1755 if (pairing_cb.state == BT_BOND_STATE_BONDED && pairing_cb.sdp_attempts && in btif_dm_search_services_evt()3429 state = BT_BOND_STATE_BONDED; in btif_dm_ble_auth_cmpl_evt()3497 if (state == BT_BOND_STATE_BONDED && !pairing_cb.static_bdaddr.IsEmpty() && in btif_dm_ble_auth_cmpl_evt()3940 case BT_BOND_STATE_BONDED: in btif_debug_bond_event_dump()
101 case BT_BOND_STATE_BONDED: in bond_state_changed()
450 BT_BOND_STATE_BONDED enumerator
266 if ((BtBondState)bond_state == BtBondState::BT_BOND_STATE_BONDED) { in ToPairingState()