Loading system/bta/pan/bta_pan_int.h +12 −11 Original line number Diff line number Diff line Loading @@ -103,6 +103,17 @@ typedef struct { } tBTA_PAN_CONN; /* pan data param */ typedef struct { BT_HDR_RIGID hdr; RawAddress src; RawAddress dst; uint16_t protocol; bool ext; bool forward; } tBTA_PAN_DATA_PARAMS; /* union of all data types */ typedef union { BT_HDR_RIGID hdr; Loading @@ -111,6 +122,7 @@ typedef union { tBTA_PAN_API_OPEN api_open; tBTA_PAN_CI_TX_FLOW ci_tx_flow; tBTA_PAN_CONN conn; tBTA_PAN_DATA_PARAMS params; } tBTA_PAN_DATA; /* state machine control block */ Loading Loading @@ -140,17 +152,6 @@ typedef struct { } tBTA_PAN_CB; /* pan data param */ typedef struct { BT_HDR_RIGID hdr; RawAddress src; RawAddress dst; uint16_t protocol; bool ext; bool forward; } tBTA_PAN_DATA_PARAMS; /***************************************************************************** * Global data ****************************************************************************/ Loading Loading
system/bta/pan/bta_pan_int.h +12 −11 Original line number Diff line number Diff line Loading @@ -103,6 +103,17 @@ typedef struct { } tBTA_PAN_CONN; /* pan data param */ typedef struct { BT_HDR_RIGID hdr; RawAddress src; RawAddress dst; uint16_t protocol; bool ext; bool forward; } tBTA_PAN_DATA_PARAMS; /* union of all data types */ typedef union { BT_HDR_RIGID hdr; Loading @@ -111,6 +122,7 @@ typedef union { tBTA_PAN_API_OPEN api_open; tBTA_PAN_CI_TX_FLOW ci_tx_flow; tBTA_PAN_CONN conn; tBTA_PAN_DATA_PARAMS params; } tBTA_PAN_DATA; /* state machine control block */ Loading Loading @@ -140,17 +152,6 @@ typedef struct { } tBTA_PAN_CB; /* pan data param */ typedef struct { BT_HDR_RIGID hdr; RawAddress src; RawAddress dst; uint16_t protocol; bool ext; bool forward; } tBTA_PAN_DATA_PARAMS; /***************************************************************************** * Global data ****************************************************************************/ Loading