HomeSort by relevance Sort by last modified time
    Searched refs:UINT16_TO_STREAM (Results 1 - 25 of 53) sorted by null

1 2 3

  /system/bt/stack/hcic/
hcicmds.c 46 UINT16_TO_STREAM (pp, HCI_INQUIRY);
64 UINT16_TO_STREAM (pp, HCI_INQUIRY_CANCEL);
80 UINT16_TO_STREAM (pp, HCI_PERIODIC_INQUIRY_MODE);
83 UINT16_TO_STREAM (pp, max_period);
84 UINT16_TO_STREAM (pp, min_period);
100 UINT16_TO_STREAM (pp, HCI_EXIT_PERIODIC_INQUIRY_MODE);
122 UINT16_TO_STREAM (pp, HCI_CREATE_CONNECTION);
129 UINT16_TO_STREAM (pp, packet_types);
132 UINT16_TO_STREAM (pp, clock_offset);
148 UINT16_TO_STREAM (pp, HCI_DISCONNECT)
    [all...]
hciblecmds.c 46 UINT16_TO_STREAM (pp, HCI_BLE_WRITE_LOCAL_SPT_FEAT);
61 UINT16_TO_STREAM (pp, HCI_BLE_WRITE_RANDOM_ADDR);
81 UINT16_TO_STREAM (pp, HCI_BLE_WRITE_ADV_PARAMS);
84 UINT16_TO_STREAM (pp, adv_int_min);
85 UINT16_TO_STREAM (pp, adv_int_max);
104 UINT16_TO_STREAM (pp, HCI_BLE_READ_ADV_CHNL_TX_POWER);
120 UINT16_TO_STREAM (pp, HCI_BLE_WRITE_ADV_DATA);
146 UINT16_TO_STREAM (pp, HCI_BLE_WRITE_SCAN_RSP_DATA);
175 UINT16_TO_STREAM (pp, HCI_BLE_WRITE_ADV_ENABLE);
193 UINT16_TO_STREAM (pp, HCI_BLE_WRITE_SCAN_PARAMS)
    [all...]
  /hardware/broadcom/libbt/src/
bt_vendor_brcm_a2dp.c 171 UINT16_TO_STREAM(p, cmd);
523 UINT16_TO_STREAM(p, BT_EVT_BTU_IPC_MGMT_EVT);
528 UINT16_TO_STREAM(p, BT_EVT_BTU_IPC_L2C_EVT);
530 UINT16_TO_STREAM(p, brcm_vnd_a2dp_pdata.offload_params.xmit_quota);
531 UINT16_TO_STREAM(p, brcm_vnd_a2dp_pdata.offload_params.acl_data_size);
532 UINT16_TO_STREAM(p, !(brcm_vnd_a2dp_pdata.offload_params.is_flushable));
537 UINT16_TO_STREAM(p, brcm_vnd_a2dp_pdata.offload_params.local_cid);
538 UINT16_TO_STREAM(p, brcm_vnd_a2dp_pdata.offload_params.remote_cid);
539 UINT16_TO_STREAM(p, brcm_vnd_a2dp_pdata.offload_params.stream_mtu);
540 UINT16_TO_STREAM(p, brcm_vnd_a2dp_pdata.offload_params.lm_handle)
    [all...]
hardware.c 100 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);}
561 UINT16_TO_STREAM(p, HCI_VSC_WRITE_BD_ADDR);
595 UINT16_TO_STREAM(p, HCI_READ_LOCAL_BDADDR);
659 UINT16_TO_STREAM(p, HCI_READ_LOCAL_NAME);
710 UINT16_TO_STREAM(p, HCI_VSC_DOWNLOAD_MINIDRV);
783 UINT16_TO_STREAM(p, HCI_RESET);
793 UINT16_TO_STREAM(p, HCI_VSC_WRITE_UART_CLOCK_SETTING);
808 UINT16_TO_STREAM(p, HCI_VSC_UPDATE_BAUDRATE);
    [all...]
  /system/bt/stack/l2cap/
l2c_utils.c 375 UINT16_TO_STREAM (p, (p_lcb->handle | (L2CAP_PKT_START_NON_FLUSHABLE << L2CAP_PKT_TYPE_SHIFT)));
381 UINT16_TO_STREAM (p, p_lcb->handle | l2cb.non_flushable_pbf);
383 UINT16_TO_STREAM (p, (p_lcb->handle | (L2CAP_PKT_START << L2CAP_PKT_TYPE_SHIFT)));
387 UINT16_TO_STREAM (p, len + L2CAP_PKT_OVERHEAD + L2CAP_CMD_OVERHEAD);
388 UINT16_TO_STREAM (p, len + L2CAP_CMD_OVERHEAD);
394 UINT16_TO_STREAM (p, L2CAP_BLE_SIGNALLING_CID);
399 UINT16_TO_STREAM (p, L2CAP_SIGNALLING_CID);
405 UINT16_TO_STREAM (p, len);
462 UINT16_TO_STREAM (p, reason);
465 UINT16_TO_STREAM (p, p1)
    [all...]
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
bt_vendor_qcom.h 33 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);}
hw_ar3k.h 53 #define UINT16_TO_STREAM(p, u16) \
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
bt_vendor_qcom.h 24 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);}
hw_ar3k.h 53 #define UINT16_TO_STREAM(p, u16) \
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
bt_vendor_qcom.h 24 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);}
hw_ar3k.h 53 #define UINT16_TO_STREAM(p, u16) \
  /system/bt/hci/src/
hci_packet_factory.c 51 UINT16_TO_STREAM(stream, acl_size);
53 UINT16_TO_STREAM(stream, acl_count);
54 UINT16_TO_STREAM(stream, sco_count);
163 UINT16_TO_STREAM(stream, opcode);
packet_fragmenter.c 94 UINT16_TO_STREAM(stream, max_data_size);
105 UINT16_TO_STREAM(stream, continuation_handle);
106 UINT16_TO_STREAM(stream, remaining_length - HCI_ACL_PREAMBLE_SIZE);
188 UINT16_TO_STREAM(stream, full_length - HCI_ACL_PREAMBLE_SIZE);
  /system/bt/stack/gatt/
att_protocol.c 56 UINT16_TO_STREAM(p, rx_mtu);
110 UINT16_TO_STREAM(p, err_handle);
139 UINT16_TO_STREAM(p, s_hdl);
140 UINT16_TO_STREAM(p, e_hdl);
167 UINT16_TO_STREAM(p, p_value_type->s_handle);
168 UINT16_TO_STREAM(p, p_value_type->e_handle);
203 UINT16_TO_STREAM (p, *(p_handle + i));
230 UINT16_TO_STREAM(p, handle);
234 UINT16_TO_STREAM (p, offset);
293 UINT16_TO_STREAM (p, handle)
    [all...]
  /system/bt/hci/test/
packet_fragmenter_test.cpp 81 UINT16_TO_STREAM(packet_data, test_handle_start);
82 UINT16_TO_STREAM(packet_data, data_length);
150 UINT16_TO_STREAM(packet_data, test_handle_start);
151 UINT16_TO_STREAM(packet_data, length_to_send);
152 UINT16_TO_STREAM(packet_data, l2cap_length);
155 UINT16_TO_STREAM(packet_data, test_handle_continuation);
156 UINT16_TO_STREAM(packet_data, length_to_send);
  /hardware/qcom/bt/msm8909/libbt-vendor/src/
hardware.c 177 UINT16_TO_STREAM(p, HCI_RESET);
  /hardware/qcom/bt/msm8960/libbt-vendor/src/
hardware.c 165 UINT16_TO_STREAM(p, HCI_RESET);
  /hardware/qcom/bt/msm8992/libbt-vendor/src/
hardware.c 164 UINT16_TO_STREAM(p, HCI_RESET);
  /hardware/qcom/bt/msm8996/libbt-vendor/src/
hardware.c 164 UINT16_TO_STREAM(p, HCI_RESET);
  /external/libnfc-nci/src/nfc/ndef/
ndef_cho_utils.c 306 UINT16_TO_STREAM (p, BD_ADDR_LEN + 2);
361 UINT16_TO_STREAM (p, oob_data_len);
419 UINT16_TO_STREAM (p, oob_data_len);
472 UINT16_TO_STREAM (p, oob_data_len);
520 UINT16_TO_STREAM (p, oob_data_len);
  /system/bt/stack/btm/
btm_ble_adv_filter.c 609 UINT16_TO_STREAM(p, p_manu_data->company_id);
620 UINT16_TO_STREAM (p, p_manu_data->company_id_mask);
860 UINT16_TO_STREAM(p, p_uuid_cond->uuid.uu.uuid16);
883 UINT16_TO_STREAM(p, p_uuid_cond->p_uuid_mask->uuid16_mask);
    [all...]
  /hardware/marvell/bt/libbt-vendor/
hardware_mrvl.c 53 #define UINT16_TO_STREAM(p, u16) \
162 UINT16_TO_STREAM(p, cmd);
  /system/bt/stack/gap/
gap_ble.c 251 UINT16_TO_STREAM(p, p_db_attr->attr_value.icon);
256 UINT16_TO_STREAM(p, p_db_attr->attr_value.conn_param.int_min); /* int_min */
257 UINT16_TO_STREAM(p, p_db_attr->attr_value.conn_param.int_max); /* int_max */
258 UINT16_TO_STREAM(p, p_db_attr->attr_value.conn_param.latency); /* latency */
259 UINT16_TO_STREAM(p, p_db_attr->attr_value.conn_param.sp_tout); /* sp_tout */
  /system/bt/stack/srvc/
srvc_dis.c 177 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.vendor_id);
178 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.product_id);
179 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.product_version);
  /system/bt/bta/gatt/
bta_gatts_utils.c 53 UINT16_TO_STREAM(p, uuid_16);

Completed in 497 milliseconds

1 2 3