Loading system/stack/include/pan_api.h +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ /* Bit map for PAN roles */ #define PAN_ROLE_CLIENT 0x01 /* PANU role */ #define PAN_ROLE_NAP_SERVER 0x04 /* NAP role */ typedef uint8_t tPAN_ROLE; /* Bitmap to indicate the usage of the Data */ #define PAN_DATA_TO_HOST 0x01 Loading system/stack/pan/pan_int.h +3 −3 Original line number Diff line number Diff line Loading @@ -67,9 +67,9 @@ typedef struct { /* The main PAN control block */ typedef struct { uint8_t role; uint8_t active_role; uint8_t prv_active_role; tPAN_ROLE role; tPAN_ROLE active_role; tPAN_ROLE prv_active_role; tPAN_CONN pcb[MAX_PAN_CONNS]; tPAN_CONN_STATE_CB* pan_conn_state_cb; /* Connection state callback */ Loading Loading
system/stack/include/pan_api.h +1 −0 Original line number Diff line number Diff line Loading @@ -50,6 +50,7 @@ /* Bit map for PAN roles */ #define PAN_ROLE_CLIENT 0x01 /* PANU role */ #define PAN_ROLE_NAP_SERVER 0x04 /* NAP role */ typedef uint8_t tPAN_ROLE; /* Bitmap to indicate the usage of the Data */ #define PAN_DATA_TO_HOST 0x01 Loading
system/stack/pan/pan_int.h +3 −3 Original line number Diff line number Diff line Loading @@ -67,9 +67,9 @@ typedef struct { /* The main PAN control block */ typedef struct { uint8_t role; uint8_t active_role; uint8_t prv_active_role; tPAN_ROLE role; tPAN_ROLE active_role; tPAN_ROLE prv_active_role; tPAN_CONN pcb[MAX_PAN_CONNS]; tPAN_CONN_STATE_CB* pan_conn_state_cb; /* Connection state callback */ Loading