HomeSort by relevance Sort by last modified time
    Searched defs:UINT16_TO_STREAM (Results 1 - 14 of 14) 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/msm8909w_3100/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/include/
nfc_types.h 57 #define UINT16_TO_STREAM(p, u16) \
  /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 55 #define UINT16_TO_STREAM(p, u16) \
  /hardware/broadcom/libbt/src/
hardware.c 102 #define UINT16_TO_STREAM(p, u16) {*(p)++ = (uint8_t)(u16); *(p)++ = (uint8_t)((u16) >> 8);}
563 UINT16_TO_STREAM(p, HCI_VSC_WRITE_BD_ADDR);
597 UINT16_TO_STREAM(p, HCI_READ_LOCAL_BDADDR);
661 UINT16_TO_STREAM(p, HCI_READ_LOCAL_NAME);
712 UINT16_TO_STREAM(p, HCI_VSC_DOWNLOAD_MINIDRV);
785 UINT16_TO_STREAM(p, HCI_RESET);
795 UINT16_TO_STREAM(p, HCI_VSC_WRITE_UART_CLOCK_SETTING);
810 UINT16_TO_STREAM(p, HCI_VSC_UPDATE_BAUDRATE);
    [all...]
  /system/bt/stack/include/
bt_types.h 280 #define UINT16_TO_STREAM(p, u16) \
    [all...]

Completed in 269 milliseconds