HomeSort by relevance Sort by last modified time
    Searched defs:UINT16_TO_STREAM (Results 1 - 12 of 12) sorted by null

  /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 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/marvell/bt/libbt-vendor/
hardware_mrvl.c 53 #define UINT16_TO_STREAM(p, u16) \
162 UINT16_TO_STREAM(p, cmd);
  /hardware/qcom/bt/msm8998/libbt-vendor/include/
bt_vendor_qcom.h 32 #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/nfc/src/hal/include/
nfc_types.h 85 #define UINT16_TO_STREAM(p, u16) \
  /hardware/broadcom/libbt/src/
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...]