Home
last modified time | relevance | path

Searched refs:p_temp (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/sdp/
Dsdp_api.c1089 UINT8 *p_temp; in SDP_SetLocalDiRecord() local
1116 p_temp = temp_u16; in SDP_SetLocalDiRecord()
1117 UINT16_TO_BE_STREAM(p_temp, di_specid); in SDP_SetLocalDiRecord()
1164 p_temp = temp_u16; in SDP_SetLocalDiRecord()
1165 UINT16_TO_BE_STREAM(p_temp, p_device_info->vendor); in SDP_SetLocalDiRecord()
1174 p_temp = temp_u16; in SDP_SetLocalDiRecord()
1175 UINT16_TO_BE_STREAM (p_temp, p_device_info->product); in SDP_SetLocalDiRecord()
1184 p_temp = temp_u16; in SDP_SetLocalDiRecord()
1185 UINT16_TO_BE_STREAM (p_temp, p_device_info->version); in SDP_SetLocalDiRecord()
1203 p_temp = temp_u16; in SDP_SetLocalDiRecord()
[all …]
/hal_espressif-3.6.0/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c3879 char *p_temp; in bta_dm_get_remname() local
3883 if ((p_temp = BTM_SecReadDevName(bta_dm_search_cb.peer_bdaddr)) != NULL) { in bta_dm_get_remname()
3884 p_name = p_temp; in bta_dm_get_remname()