Home
last modified time | relevance | path

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

/device/soc/esp/esp32/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 …]
/device/board/unionman/unionpi_tiger/hardware/bt/src/
Drtk_parse.c1619 static void ignore_wlan_active_control(uint8_t *p_temp) in ignore_wlan_active_control() argument
1621 uint8_t value = *p_temp++; in ignore_wlan_active_control()
1629 static void lna_constrain_control(uint8_t *p_temp) in lna_constrain_control() argument
1631 uint8_t value = *p_temp++; in lna_constrain_control()
1639 static void bt_power_decrease_control(uint8_t *p_temp) in bt_power_decrease_control() argument
1641 uint8_t power_decrease = *p_temp++; in bt_power_decrease_control()
1649 static void bt_psd_mode_control(uint8_t *p_temp) in bt_psd_mode_control() argument
1651 uint8_t psd_mode = *p_temp++; in bt_psd_mode_control()
1659 static void wifi_bw_chnl_notify(uint8_t *p_temp) in wifi_bw_chnl_notify() argument
1664 …memcpy_s(temp_cmd + 2L, sizeof(temp_cmd), p_temp, 2L); // wifi_state, wifi_centralchannel, chnnels… in wifi_bw_chnl_notify()
[all …]
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c3872 char *p_temp; in bta_dm_get_remname() local
3876 if ((p_temp = BTM_SecReadDevName(bta_dm_search_cb.peer_bdaddr)) != NULL) { in bta_dm_get_remname()
3877 p_name = p_temp; in bta_dm_get_remname()