Searched refs:p_temp (Results 1 – 2 of 2) sorted by relevance
1089 UINT8 *p_temp; in SDP_SetLocalDiRecord() local1116 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 …]
3879 char *p_temp; in bta_dm_get_remname() local3883 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()