Home
last modified time | relevance | path

Searched refs:vendor_id_source (Results 1 – 4 of 4) sorted by relevance

/system/bt/main/
Dbte_conf.cc54 record.vendor_id_source = config_get_int( in bte_load_did_conf()
76 if (record.vendor_id_source != DI_VENDOR_ID_SOURCE_BTSIG && in bte_load_did_conf()
77 record.vendor_id_source != DI_VENDOR_ID_SOURCE_USBIF) { in bte_load_did_conf()
80 __func__, record.vendor_id_source, i); in bte_load_did_conf()
87 LOG_DEBUG(LOG_TAG, " vendorIdSource = %04x", record.vendor_id_source); in bte_load_did_conf()
/system/bt/stack/sdp/
Dsdp_api.cc945 p_device_info->rec.vendor_id_source = p_curr_attr->attr_value.v.u16; in SDP_GetDiRecord()
1102 UINT16_TO_BE_STREAM(p_temp, p_device_info->vendor_id_source); in SDP_SetLocalDiRecord()
1104 sizeof(p_device_info->vendor_id_source), temp_u16))) in SDP_SetLocalDiRecord()
Dsdp_utils.cc279 ss << "N:SDP::DIP::" << loghex(di_record.rec.vendor_id_source); in sdpu_log_attribute_metrics()
/system/bt/stack/include/
Dsdp_api.h149 uint16_t vendor_id_source; member