Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/
Dsdp_api.c1054 p_device_info->rec.primary_record = (BOOLEAN)p_curr_attr->attr_value.v.u8; in SDP_GetDiRecord()
1098 if ( p_device_info->primary_record == TRUE && sdp_cb.server_db.di_primary_handle ) { in SDP_SetLocalDiRecord()
1194 u8 = (UINT8)p_device_info->primary_record; in SDP_SetLocalDiRecord()
1213 } else if (p_device_info->primary_record == TRUE) { in SDP_SetLocalDiRecord()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hd/
Dbta_hd_main.c332 bqb_device_info.primary_record = TRUE; in bta_hd_bqb_set_local_di_record()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dsdp_api.h155 BOOLEAN primary_record; member
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_api.c999 if (!p_device_info->primary_record) { in BTA_DmSetLocalDiRecord()