8 #define PBUF_FLAG_RAM 0x00U 9 #define PBUF_FLAG_ROM 0x01U 10 #define PBUF_FLAG_POOL 0x02U 11 #define PBUF_FLAG_REF 0x04U
GLenum GLuint GLint GLint layer
Definition: glext.h:7674
pbuf_flag
Definition: pbuf.h:49
struct pbuf * btpbuf_dequeue(struct pbuf *p)
Definition: btpbuf.c:241
u16_t flags
Definition: pbuf.h:86
u8_t btpbuf_clen(struct pbuf *p)
Definition: btpbuf.c:195
void btpbuf_realloc(struct pbuf *p, u16_t new_len)
Definition: btpbuf.c:144
void btpbuf_ref(struct pbuf *p)
Definition: btpbuf.c:207
GLdouble GLdouble t
Definition: glext.h:6398
GLenum GLsizei len
Definition: glext.h:7389
void btpbuf_chain(struct pbuf *h, struct pbuf *t)
Definition: btpbuf.c:255
struct pbuf * btpbuf_alloc(pbuf_layer layer, u16_t len, pbuf_flag flag)
Definition: btpbuf.c:23
void btpbuf_cat(struct pbuf *h, struct pbuf *t)
Definition: btpbuf.c:218
pbuf_layer
Definition: btpbuf.h:13
u16_t len
Definition: pbuf.h:83
void * payload
Definition: pbuf.h:71
u16_t tot_len
Definition: pbuf.h:80
pbuf_flag
Definition: btpbuf.h:19
u8_t btpbuf_header(struct pbuf *p, s16_t hdr_size_inc)
Definition: btpbuf.c:171
u16_t ref
Definition: pbuf.h:93
GLfloat GLfloat p
Definition: glext.h:9809
s16 s16_t
Definition: cc.h:46
struct pbuf * btpbuf_dechain(struct pbuf *p)
Definition: btpbuf.c:261
struct pbuf * next
Definition: pbuf.h:68
u8 u8_t
Definition: cc.h:43
void btpbuf_init()
Definition: btpbuf.c:17
void btpbuf_queue(struct pbuf *p, struct pbuf *n)
Definition: btpbuf.c:231
u8_t btpbuf_free(struct pbuf *p)
Definition: btpbuf.c:112
GLfloat GLfloat GLfloat GLfloat h
Definition: glext.h:8390
struct pbuf * btpbuf_take(struct pbuf *p)
Definition: btpbuf.c:278
GLdouble n
Definition: glext.h:8396
pbuf_layer
Definition: pbuf.h:42
u16 u16_t
Definition: cc.h:45