Home
last modified time | relevance | path

Searched defs:layer (Results 1 – 4 of 4) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/
H A Dpbuf.c224 pbuf_alloc(pbuf_layer layer, u16_t length, pbuf_type type) in pbuf_alloc()
1278 pbuf_coalesce(struct pbuf *p, pbuf_layer layer) in pbuf_coalesce()
1306 pbuf_clone(pbuf_layer layer, pbuf_type type, struct pbuf *p) in pbuf_clone()
H A Dtcp_out.c225 tcp_pbuf_prealloc(pbuf_layer layer, u16_t length, u16_t max_length, in tcp_pbuf_prealloc()
274 #define tcp_pbuf_prealloc(layer, length, mx, os, pcb, api, fst) pbuf_alloc((layer), (length), PBUF_… argument
/btstack/src/classic/
H A Davdtp_util.c1127 uint8_t layer = 0; in avdtp_signaling_setup_media_codec_mpeg_audio_config_event() local
H A Davdtp.h334 avdtp_mpeg_layer_t layer; member