Home
last modified time | relevance | path

Searched refs:p_out (Results 1 – 10 of 10) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/
Dsdp_utils.c177 UINT8 *sdpu_build_attrib_seq (UINT8 *p_out, UINT16 *p_attr, UINT16 num_attrs) in sdpu_build_attrib_seq() argument
190 UINT8_TO_BE_STREAM (p_out, (DATA_ELE_SEQ_DESC_TYPE << 3) | SIZE_IN_NEXT_WORD); in sdpu_build_attrib_seq()
191 UINT16_TO_BE_STREAM (p_out, xx); in sdpu_build_attrib_seq()
193 UINT8_TO_BE_STREAM (p_out, (DATA_ELE_SEQ_DESC_TYPE << 3) | SIZE_IN_NEXT_BYTE); in sdpu_build_attrib_seq()
194 UINT8_TO_BE_STREAM (p_out, xx); in sdpu_build_attrib_seq()
199 UINT8_TO_BE_STREAM (p_out, (UINT_DESC_TYPE << 3) | SIZE_FOUR_BYTES); in sdpu_build_attrib_seq()
200 UINT16_TO_BE_STREAM (p_out, 0); in sdpu_build_attrib_seq()
201 UINT16_TO_BE_STREAM (p_out, 0xFFFF); in sdpu_build_attrib_seq()
205 UINT8_TO_BE_STREAM (p_out, (UINT_DESC_TYPE << 3) | SIZE_TWO_BYTES); in sdpu_build_attrib_seq()
206 UINT16_TO_BE_STREAM (p_out, *p_attr); in sdpu_build_attrib_seq()
[all …]
Dsdp_discovery.c71 static UINT8 *sdpu_build_uuid_seq (UINT8 *p_out, UINT16 num_uuids, tSDP_UUID *p_uuid_list) in sdpu_build_uuid_seq() argument
77 UINT8_TO_BE_STREAM (p_out, (DATA_ELE_SEQ_DESC_TYPE << 3) | SIZE_IN_NEXT_BYTE); in sdpu_build_uuid_seq()
80 p_len = p_out; in sdpu_build_uuid_seq()
81 p_out += 1; in sdpu_build_uuid_seq()
86 UINT8_TO_BE_STREAM (p_out, (UUID_DESC_TYPE << 3) | SIZE_TWO_BYTES); in sdpu_build_uuid_seq()
87 UINT16_TO_BE_STREAM (p_out, p_uuid_list->uu.uuid16); in sdpu_build_uuid_seq()
89 UINT8_TO_BE_STREAM (p_out, (UUID_DESC_TYPE << 3) | SIZE_FOUR_BYTES); in sdpu_build_uuid_seq()
90 UINT32_TO_BE_STREAM (p_out, p_uuid_list->uu.uuid32); in sdpu_build_uuid_seq()
92 UINT8_TO_BE_STREAM (p_out, (UUID_DESC_TYPE << 3) | SIZE_SIXTEEN_BYTES); in sdpu_build_uuid_seq()
93 ARRAY_TO_BE_STREAM (p_out, p_uuid_list->uu.uuid128, p_uuid_list->len); in sdpu_build_uuid_seq()
[all …]
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/sdp/include/
Dsdpint.h270 extern UINT8 *sdpu_build_attrib_seq (UINT8 *p_out, UINT16 *p_attr, UINT16 num_attrs);
271 extern UINT8 *sdpu_build_attrib_entry (UINT8 *p_out, tSDP_ATTRIBUTE *p_attr);
287 extern UINT8 *sdpu_build_partial_attrib_entry (UINT8 *p_out, tSDP_ATTRIBUTE *p_attr, UINT16 len, UI…
/device/soc/esp/esp32/components/bt/host/bluedroid/btc/profile/std/hid/
Dhidh_conn.c822 UINT8 *p_out; in hidh_conn_snd_data() local
898 p_out = (UINT8 *)(p_buf + 1) + p_buf->offset; in hidh_conn_snd_data()
899 *p_out++ = HID_BUILD_HDR(trans_type, param); in hidh_conn_snd_data()
903 *p_out = report_id; in hidh_conn_snd_data()
909 memcpy (p_out, (((UINT8 *)(buf + 1)) + buf->offset), bytes_copied); in hidh_conn_snd_data()
913 *(p_out + bytes_copied) = data & 0xff; in hidh_conn_snd_data()
915 *(p_out + bytes_copied) = data & 0xff; in hidh_conn_snd_data()
916 *(p_out + bytes_copied + 1) = (data >> 8) & 0xff ; in hidh_conn_snd_data()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/
Dsmp_api.c534 tSMP_ENC *p_out) in SMP_Encrypt() argument
538 status = smp_encrypt_data(key, key_len, plain_text, pt_len, p_out); in SMP_Encrypt()
Dsmp_keys.c134 tSMP_ENC *p_out) in smp_encrypt_data() argument
144 if ( (p_out == NULL ) || (key_len != SMP_ENCRYT_KEY_SIZE) ) { in smp_encrypt_data()
174 p = p_out->param_buf; in smp_encrypt_data()
177 …smp_debug_print_nbyte_little_endian(p_out->param_buf, (const UINT8 *)"Encrypted text", SMP_ENCRYT_… in smp_encrypt_data()
180 p_out->param_len = SMP_ENCRYT_KEY_SIZE; in smp_encrypt_data()
181 p_out->status = HCI_SUCCESS; in smp_encrypt_data()
182 p_out->opcode = HCI_BLE_ENCRYPT; in smp_encrypt_data()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dsmp_api.h479 tSMP_ENC *p_out);
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/
Ddhcp.h223 struct pbuf *p_out; /* pbuf of outcoming msg */ member
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/smp/include/
Dsmp_int.h485 tSMP_ENC *p_out);
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/frame_provider/decoder/avs2/
Davs2_bufmgr.c1458 write_frame(hd->p_out,