History log of /btstack/src/classic/obex_iterator.h (Results 1 – 7 of 7)
Revision Date Author Comments
# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# fe5a6c4e 27-May-2021 Milanka Ringwald <[email protected]>

src: add title to header files


# d1769b9f 25-Feb-2021 Matthias Ringwald <[email protected]>

obex_iterator: rewrite to avoid out-of-bounds reads, add fuzzer


# 80e33422 11-May-2019 Matthias Ringwald <[email protected]>

Use FILENAME_H as include guard (MISRAC2012-Rule-21.1)


# c3d3b229 10-May-2019 Matthias Ringwald <[email protected]>

add missing #define for include guard


# 820092f9 19-Oct-2018 Matthias Ringwald <[email protected]>

obex_iterator: use uint16_t for len and offset


# f1b34e8d 19-Mar-2017 Matthias Ringwald <[email protected]>

pbap: add Phone Book Access Client (PBAP) over General Object Exchange (GOEP)

create RFCOMM connection
send OBEX Connect and receive response
retrieve phone book
repeat GET request when response inc

pbap: add Phone Book Access Client (PBAP) over General Object Exchange (GOEP)

create RFCOMM connection
send OBEX Connect and receive response
retrieve phone book
repeat GET request when response incomplete
start extracting goep_client.h
support CONNECT message
support GET message
add obex_iterator
use obex_iterator
goep_client adds connection_id if available
avoid accessing internal goep state from pbap
start extracting pbap_client.h
events: add meta events and data packet types for GOEP and PBAP
use events and data packet type for goep
use events and data packet type for pbap
remove private fields from GOEP_SUBEVENT_CONNECTION_OPENED
implement SetPhoneBook
return cid in connect operations, return errors if busy, return obex errors
limit OBEX packet size by bearer MTU
split into obex.h, goep_client.h, goep_client.c, pbap_client.h, pbab_client.c
fix state after pull phonebook
add console UI for testing
clean up code
provide packet_handler in create connection for pbap_client and goep_client
annotate headers for goep_client and pbap_client

show more ...