zephyr/net
Johan Hedberg 48338958e6 Bluetooth: monitor: Update to new protocol format
The updated "monitor over UART" protocol looks like:

    uint16  data_len
    uint16  opcode
    uint8   flags
    uint8   hdr_len
    uint8   extra_hdr[hdr_len];
    uint8   payload[data_len - 4 - hdr_len]

Change-Id: I5fceafe69489a5bfc940d113066f100016f74bc3
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
2016-04-27 18:09:28 +03:00
..
bluetooth Bluetooth: monitor: Update to new protocol format 2016-04-27 18:09:28 +03:00
ip net: ipv4: Print configured IPv4 address to console 2016-04-25 09:40:34 +03:00
buf.c net: buf: Add net_buf_pull_u8() helper API 2016-02-12 15:10:20 +00:00
Kconfig net: buf: Fix net buf debug 2016-02-05 20:24:47 -05:00
Makefile net: Add initial generic buffer implementation 2016-02-05 20:24:38 -05:00