Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_dev.cc90 p_dev_rec->bond_type = BOND_TYPE_UNKNOWN; in BTM_SecAddDevice()
407 p_target_rec->bond_type = temp_rec.bond_type; in btm_consolidate_dev()
520 p_dev_rec->bond_type = BOND_TYPE_UNKNOWN; in btm_sec_allocate_dev_rec()
542 return p_dev_rec->bond_type; in btm_get_bond_type_dev()
556 tBTM_BOND_TYPE bond_type) { in btm_set_bond_type_dev() argument
561 p_dev_rec->bond_type = bond_type; in btm_set_bond_type_dev()
Dbtm_int.h211 tBTM_BOND_TYPE bond_type);
Dbtm_int_types.h563 tBTM_BOND_TYPE bond_type; /* peering bond type */ member
Dbtm_sec.cc4553 if (p_dev_rec->bond_type == BOND_TYPE_TEMPORARY) in btm_sec_disconnected()
/system/bt/btif/src/
Dbtif_dm.cc115 tBTM_BOND_TYPE bond_type; member
503 if (pairing_cb.bond_type == BOND_TYPE_TEMPORARY) state = BT_BOND_STATE_NONE; in bond_state_changed()
966 pairing_cb.bond_type = BOND_TYPE_TEMPORARY; in btif_dm_ssp_cfm_req_evt()
968 pairing_cb.bond_type = BOND_TYPE_PERSISTENT; in btif_dm_ssp_cfm_req_evt()
970 btm_set_bond_type_dev(p_ssp_cfm_req->bd_addr, pairing_cb.bond_type); in btif_dm_ssp_cfm_req_evt()
979 if (is_incoming && pairing_cb.bond_type == BOND_TYPE_TEMPORARY) { in btif_dm_ssp_cfm_req_evt()
1056 pairing_cb.bond_type == BOND_TYPE_PERSISTENT) { in btif_dm_auth_cmpl_evt()
1059 __func__, p_auth_cmpl->key_type, pairing_cb.bond_type); in btif_dm_auth_cmpl_evt()
1067 __func__, p_auth_cmpl->key_type, pairing_cb.bond_type); in btif_dm_auth_cmpl_evt()
1068 if (pairing_cb.bond_type == BOND_TYPE_TEMPORARY) { in btif_dm_auth_cmpl_evt()
[all …]