Searched refs:BT_BOND_STATE_BONDED (Results 1 – 4 of 4) sorted by relevance
59 static final int BT_BOND_STATE_BONDED = 0x02; field in AbstractionLayer
323 (pairing_cb.state == BT_BOND_STATE_BONDED && pairing_cb.sdp_attempts); in is_bonding_or_sdp()617 } else if (state == BT_BOND_STATE_BONDED) { in bond_state_changed()642 (state == BT_BOND_STATE_BONDED && in bond_state_changed()1258 state = BT_BOND_STATE_BONDED; in btif_dm_auth_cmpl_evt()1302 bond_state_changed(BT_STATUS_SUCCESS, bd_addr, BT_BOND_STATE_BONDED); in btif_dm_auth_cmpl_evt()1713 pairing_cb.state == BT_BOND_STATE_BONDED && in btif_on_service_discovery_results()1783 if (results_for_bonding_device && pairing_cb.state == BT_BOND_STATE_BONDED && in btif_on_service_discovery_results()3583 state = BT_BOND_STATE_BONDED; in btif_dm_ble_auth_cmpl_evt()3660 if (state == BT_BOND_STATE_BONDED && !pairing_cb.static_bdaddr.IsEmpty() && in btif_dm_ble_auth_cmpl_evt()4126 case BT_BOND_STATE_BONDED: in btif_debug_bond_event_dump()
481 BT_BOND_STATE_BONDED enumerator
272 if ((BtBondState)bond_state == BtBondState::BT_BOND_STATE_BONDED) { in ToPairingState()