Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/bta/hd/
Dbta_hd_main.c329 bqb_device_info.vendor_id_source = 0xff; // BTA_HH_VENDOR_ID_INVALID in bta_hd_bqb_set_local_di_record()
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_api.c1033 p_device_info->rec.vendor_id_source = p_curr_attr->attr_value.v.u16; in SDP_GetDiRecord()
1204 UINT16_TO_BE_STREAM(p_temp, p_device_info->vendor_id_source); in SDP_SetLocalDiRecord()
1206 sizeof(p_device_info->vendor_id_source), temp_u16)) ) { in SDP_SetLocalDiRecord()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h152 UINT16 vendor_id_source; member