Home
last modified time | relevance | path

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

/system/bt/tools/bdtool/
Dadapter.c98 case BT_BOND_STATE_BONDED: in bond_state_changed()
/system/bt/btif/src/
Dbtif_dm.cc251 (pairing_cb.state == BT_BOND_STATE_BONDED && pairing_cb.sdp_attempts); in is_bonding_or_sdp()
455 } else if (state == BT_BOND_STATE_BONDED) { in bond_state_changed()
470 (state == BT_BOND_STATE_BONDED && pairing_cb.sdp_attempts > 0)) { in bond_state_changed()
975 state = BT_BOND_STATE_BONDED; in btif_dm_auth_cmpl_evt()
1020 bond_state_changed(BT_STATUS_SUCCESS, bd_addr, BT_BOND_STATE_BONDED); in btif_dm_auth_cmpl_evt()
1298 pairing_cb.state == BT_BOND_STATE_BONDED && in btif_dm_search_services_evt()
1324 if (pairing_cb.state == BT_BOND_STATE_BONDED && pairing_cb.sdp_attempts && in btif_dm_search_services_evt()
2653 state = BT_BOND_STATE_BONDED; in btif_dm_ble_auth_cmpl_evt()
2705 if (state == BT_BOND_STATE_BONDED && !pairing_cb.static_bdaddr.IsEmpty() && in btif_dm_ble_auth_cmpl_evt()
3180 case BT_BOND_STATE_BONDED: in btif_debug_bond_event_dump()
/system/bt/include/hardware/
Dbluetooth.h369 BT_BOND_STATE_BONDED enumerator