Home
last modified time | relevance | path

Searched refs:BT_BOND_STATE_BONDED (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAbstractionLayer.java66 static final int BT_BOND_STATE_BONDED = 0x02; field in AbstractionLayer
/packages/modules/Bluetooth/system/btif/src/
Dbtif_dm.cc297 (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()
/packages/modules/Bluetooth/system/tools/bdtool/
Dadapter.c101 case BT_BOND_STATE_BONDED: in bond_state_changed()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h450 BT_BOND_STATE_BONDED enumerator
/packages/modules/Bluetooth/system/gd/metrics/chromeos/
Dmetrics_event.cc266 if ((BtBondState)bond_state == BtBondState::BT_BOND_STATE_BONDED) { in ToPairingState()