Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_dm.cc269 (pairing_cb.state == BT_BOND_STATE_BONDED && pairing_cb.sdp_attempts); in is_bonding_or_sdp()
300 } else if (bond_state == BT_BOND_STATE_BONDED) { in btif_dm_send_bond_state_changed()
337 btif_dm_send_bond_state_changed(address, BT_BOND_STATE_BONDED); in btif_dm_init()
562 } else if (state == BT_BOND_STATE_BONDED) { in bond_state_changed()
578 (state == BT_BOND_STATE_BONDED && pairing_cb.sdp_attempts > 0)) { in bond_state_changed()
705 BT_BOND_STATE_BONDED); in btif_dm_cb_hid_remote_name()
1160 state = BT_BOND_STATE_BONDED; in btif_dm_auth_cmpl_evt()
1207 bond_state_changed(BT_STATUS_SUCCESS, bd_addr, BT_BOND_STATE_BONDED); in btif_dm_auth_cmpl_evt()
1476 pairing_cb.state == BT_BOND_STATE_BONDED && in btif_dm_search_services_evt()
1504 if (pairing_cb.state == BT_BOND_STATE_BONDED && pairing_cb.sdp_attempts && in btif_dm_search_services_evt()
[all …]
/system/bt/tools/bdtool/
Dadapter.c98 case BT_BOND_STATE_BONDED: in bond_state_changed()
/system/bt/include/hardware/
Dbluetooth.h298 BT_BOND_STATE_BONDED enumerator