Loading system/hci/include/bt_hci_bdroid.h +1 −0 Original line number Diff line number Diff line Loading @@ -111,6 +111,7 @@ typedef struct uint16_t len; uint16_t offset; uint16_t layer_specific; uint8_t data[]; } HC_BT_HDR; #define BT_HC_HDR_SIZE (sizeof(HC_BT_HDR)) Loading system/stack/include/bt_types.h +5 −4 Original line number Diff line number Diff line Loading @@ -205,10 +205,11 @@ */ typedef struct { UINT16 event; UINT16 len; UINT16 offset; UINT16 layer_specific; uint16_t event; uint16_t len; uint16_t offset; uint16_t layer_specific; uint8_t data[]; } BT_HDR; #define BT_HDR_SIZE (sizeof (BT_HDR)) Loading Loading
system/hci/include/bt_hci_bdroid.h +1 −0 Original line number Diff line number Diff line Loading @@ -111,6 +111,7 @@ typedef struct uint16_t len; uint16_t offset; uint16_t layer_specific; uint8_t data[]; } HC_BT_HDR; #define BT_HC_HDR_SIZE (sizeof(HC_BT_HDR)) Loading
system/stack/include/bt_types.h +5 −4 Original line number Diff line number Diff line Loading @@ -205,10 +205,11 @@ */ typedef struct { UINT16 event; UINT16 len; UINT16 offset; UINT16 layer_specific; uint16_t event; uint16_t len; uint16_t offset; uint16_t layer_specific; uint8_t data[]; } BT_HDR; #define BT_HDR_SIZE (sizeof (BT_HDR)) Loading