Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_dev.c101 p_dev_rec->bond_type = BOND_TYPE_UNKNOWN; /* Default value */ in BTM_SecAddDevice()
292 p_dev_rec->bond_type = BOND_TYPE_UNKNOWN; /* Default value */ in btm_sec_alloc_dev()
341 p_dev_rec->bond_type = BOND_TYPE_UNKNOWN; in btm_sec_free_dev()
505 p_target_rec->bond_type = temp_rec.bond_type; in btm_consolidate_dev()
508 p_dev_rec->bond_type = BOND_TYPE_UNKNOWN; in btm_consolidate_dev()
520 p_dev_rec->bond_type = BOND_TYPE_UNKNOWN; in btm_consolidate_dev()
620 return p_dev_rec->bond_type; in btm_get_bond_type_dev()
633 BOOLEAN btm_set_bond_type_dev(BD_ADDR bd_addr, tBTM_BOND_TYPE bond_type) in btm_set_bond_type_dev() argument
640 p_dev_rec->bond_type = bond_type; in btm_set_bond_type_dev()
Dbtm_int.h598 tBTM_BOND_TYPE bond_type; /* peering bond type */ member
1049 tBTM_BOND_TYPE bond_type);
/system/bt/btif/src/
Dbtif_dm.c104 tBTM_BOND_TYPE bond_type; member
497 if (pairing_cb.bond_type == BOND_TYPE_TEMPORARY) in bond_state_changed()
963 pairing_cb.bond_type = BOND_TYPE_TEMPORARY; in btif_dm_ssp_cfm_req_evt()
965 pairing_cb.bond_type = BOND_TYPE_PERSISTENT; in btif_dm_ssp_cfm_req_evt()
967 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()
1067 pairing_cb.bond_type == BOND_TYPE_PERSISTENT) in btif_dm_auth_cmpl_evt()
1071 __FUNCTION__, p_auth_cmpl->key_type, pairing_cb.bond_type); in btif_dm_auth_cmpl_evt()
1080 __FUNCTION__, p_auth_cmpl->key_type, pairing_cb.bond_type); in btif_dm_auth_cmpl_evt()
1081 if(pairing_cb.bond_type == BOND_TYPE_TEMPORARY) in btif_dm_auth_cmpl_evt()
[all …]