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

1 2

  /external/bluetooth/bluedroid/stack/hcic/
hciblecmds.c 51 UINT16_TO_STREAM (pp, HCI_BLE_RESET);
72 UINT16_TO_STREAM (pp, HCI_BLE_SET_EVENT_MASK);
94 UINT16_TO_STREAM (pp, HCI_BLE_READ_BUFFER_SIZE);
114 UINT16_TO_STREAM (pp, HCI_BLE_READ_LOCAL_SPT_FEAT);
134 UINT16_TO_STREAM (pp, HCI_BLE_WRITE_LOCAL_SPT_FEAT);
154 UINT16_TO_STREAM (pp, HCI_BLE_WRITE_RANDOM_ADDR);
179 UINT16_TO_STREAM (pp, HCI_BLE_WRITE_ADV_PARAMS);
182 UINT16_TO_STREAM (pp, adv_int_min);
183 UINT16_TO_STREAM (pp, adv_int_max);
207 UINT16_TO_STREAM (pp, HCI_BLE_READ_ADV_CHNL_TX_POWER)
    [all...]
hcicmds.c 56 UINT16_TO_STREAM (pp, HCI_INQUIRY);
79 UINT16_TO_STREAM (pp, HCI_INQUIRY_CANCEL);
100 UINT16_TO_STREAM (pp, HCI_PERIODIC_INQUIRY_MODE);
103 UINT16_TO_STREAM (pp, max_period);
104 UINT16_TO_STREAM (pp, min_period);
125 UINT16_TO_STREAM (pp, HCI_EXIT_PERIODIC_INQUIRY_MODE);
152 UINT16_TO_STREAM (pp, HCI_CREATE_CONNECTION);
159 UINT16_TO_STREAM (pp, packet_types);
162 UINT16_TO_STREAM (pp, clock_offset);
188 UINT16_TO_STREAM (pp, HCI_DISCONNECT)
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c 293 UINT16_TO_STREAM (p, p_lcb->handle | l2cb.non_flushable_pbf);
295 UINT16_TO_STREAM (p, (p_lcb->handle | (L2CAP_PKT_START << L2CAP_PKT_TYPE_SHIFT)));
298 UINT16_TO_STREAM (p, len + L2CAP_PKT_OVERHEAD + L2CAP_CMD_OVERHEAD);
299 UINT16_TO_STREAM (p, len + L2CAP_CMD_OVERHEAD);
304 UINT16_TO_STREAM (p, L2CAP_BLE_SIGNALLING_CID);
309 UINT16_TO_STREAM (p, L2CAP_SIGNALLING_CID);
315 UINT16_TO_STREAM (p, len);
372 UINT16_TO_STREAM (p, reason);
375 UINT16_TO_STREAM (p, p1);
378 UINT16_TO_STREAM (p, p2)
    [all...]
l2c_main.c 83 UINT16_TO_STREAM (p, 0x0050 | (L2CAP_PKT_START << 12) | (2 << 14));
88 UINT16_TO_STREAM (p, btu_cb.hcit_acl_data_size);
92 UINT16_TO_STREAM (p, p_buf->len);
96 UINT16_TO_STREAM (p, p_buf->len - L2CAP_PKT_OVERHEAD);
97 UINT16_TO_STREAM (p, L2CAP_CONNECTIONLESS_CID);
98 UINT16_TO_STREAM (p, psm);
    [all...]
l2c_fcr.c 465 UINT16_TO_STREAM (p, ctrl_word);
472 UINT16_TO_STREAM (p, p_buf->len + L2CAP_FCS_LEN - L2CAP_PKT_OVERHEAD);
480 UINT16_TO_STREAM (p, fcs);
562 UINT16_TO_STREAM (p, L2CAP_FCR_OVERHEAD + L2CAP_FCS_LEN);
563 UINT16_TO_STREAM (p, p_ccb->remote_cid);
564 UINT16_TO_STREAM (p, ctrl_word);
571 UINT16_TO_STREAM (p, fcs);
577 UINT16_TO_STREAM (p, L2CAP_FCR_OVERHEAD);
    [all...]
l2c_csm.c     [all...]
  /external/bluetooth/bluedroid/hci/include/
utils.h 35 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);}
  /external/bluetooth/bluedroid/stack/gatt/
att_protocol.c 56 UINT16_TO_STREAM (p, rx_mtu);
118 UINT16_TO_STREAM(p, err_handle);
149 UINT16_TO_STREAM (p, s_hdl);
150 UINT16_TO_STREAM (p, e_hdl);
179 UINT16_TO_STREAM (p, p_value_type->s_handle);
180 UINT16_TO_STREAM (p, p_value_type->e_handle);
218 UINT16_TO_STREAM (p, *(p_handle + i));
248 UINT16_TO_STREAM (p, handle);
253 UINT16_TO_STREAM (p, offset);
318 UINT16_TO_STREAM (p, handle)
    [all...]
gatt_db.c 258 UINT16_TO_STREAM(p, p_attr16->p_value->char_decl.char_val_handle);
262 UINT16_TO_STREAM(p, ((tGATT_ATTR16 *)(p_attr16->p_next))->uuid);
277 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.s_handle);
278 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.e_handle);
282 UINT16_TO_STREAM(p, p_attr16->p_value->incl_handle.service_type.uu.uuid16);
359 UINT16_TO_STREAM (p, p_attr->handle);
    [all...]
gatt_sr.c 573 UINT16_TO_STREAM(p, p_rcb->s_hdl);
579 UINT16_TO_STREAM(p, 0xFFFF); /* see GATT ERRATA 4065, 4063, ATT ERRATA 4062 */
583 UINT16_TO_STREAM(p, p_rcb->e_hdl);
647 UINT16_TO_STREAM(p, p_attr->handle);
648 UINT16_TO_STREAM(p, p_attr->uuid);
653 UINT16_TO_STREAM(p, p_attr->handle);
    [all...]
gatt_main.c 967 UINT16_TO_STREAM (p, 1);
968 UINT16_TO_STREAM (p, 0xFFFF);
    [all...]
gatt_auth.c 60 UINT16_TO_STREAM(p, p_attr->handle);
  /hardware/broadcom/libbt/src/
hardware.c 95 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);}
524 UINT16_TO_STREAM(p, HCI_VSC_WRITE_BD_ADDR);
558 UINT16_TO_STREAM(p, HCI_READ_LOCAL_BDADDR);
621 UINT16_TO_STREAM(p, HCI_READ_LOCAL_NAME);
663 UINT16_TO_STREAM(p, HCI_VSC_DOWNLOAD_MINIDRV);
738 UINT16_TO_STREAM(p, HCI_VSC_WRITE_UART_CLOCK_SETTING);
753 UINT16_TO_STREAM(p, HCI_VSC_UPDATE_BAUDRATE);
938 UINT16_TO_STREAM(p, HCI_VSC_WRITE_PCM_DATA_FORMAT_PARAM);
    [all...]
  /external/bluetooth/bluedroid/hci/src/
hci_h4.c 216 UINT16_TO_STREAM(p, HCI_LE_READ_BUFFER_SIZE);
428 UINT16_TO_STREAM (p_f, total_len);
501 UINT16_TO_STREAM (p, handle);
502 UINT16_TO_STREAM (p, (p_buf->len - p_buf->offset));
657 UINT16_TO_STREAM (p, handle);
661 UINT16_TO_STREAM (p, acl_data_size);
665 UINT16_TO_STREAM (p, p_msg->len - HCI_ACL_PREAMBLE_SIZE);
    [all...]
hci_mct.c 199 UINT16_TO_STREAM(p, HCI_LE_READ_BUFFER_SIZE);
423 UINT16_TO_STREAM (p_f, total_len);
496 UINT16_TO_STREAM (p, handle);
497 UINT16_TO_STREAM (p, (p_buf->len - p_buf->offset));
636 UINT16_TO_STREAM (p, handle);
640 UINT16_TO_STREAM (p, acl_data_size);
644 UINT16_TO_STREAM (p, p_msg->len - HCI_ACL_PREAMBLE_SIZE);
    [all...]
  /hardware/qcom/bt/libbt-vendor/src/
hardware.c 163 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);
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 314 UINT16_TO_STREAM(p, p_db_attr->attr_value.icon);
329 UINT16_TO_STREAM(p, p_db_attr->attr_value.conn_param.int_min); /* int_min */
330 UINT16_TO_STREAM(p, p_db_attr->attr_value.conn_param.int_max); /* int_max */
331 UINT16_TO_STREAM(p, p_db_attr->attr_value.conn_param.latency); /* latency */
332 UINT16_TO_STREAM(p, p_db_attr->attr_value.conn_param.sp_tout); /* sp_tout */
  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_utils.c 54 UINT16_TO_STREAM(p, uuid_16);
bta_gattc_utils.c 59 UINT16_TO_STREAM(p, uuid_16);
  /external/bluetooth/bluedroid/stack/smp/
smp_keys.c 350 UINT16_TO_STREAM(p, p_cb->div);
351 UINT16_TO_STREAM(p, r);
smp_utils.c 291 UINT16_TO_STREAM (p, p_cb->ediv);
  /external/libnfc-nci/halimpl/bcm2079x/hal/hal/
nfc_hal_dm.c 422 UINT16_TO_STREAM (p, xtal_freq);
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c 748 UINT16_TO_STREAM(p, p_data->appearance);
819 UINT16_TO_STREAM(p, *(p_data->services.p_uuid + i));
830 UINT16_TO_STREAM(p, p_data->int_range.low);
831 UINT16_TO_STREAM(p, p_data->int_range.hi);
    [all...]
  /external/libnfc-nci/src/hal/include/
nfc_types.h 56 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (UINT8)(u16); *(p)++ = (UINT8)((u16) >> 8);}

Completed in 2876 milliseconds

1 2