History log of /btstack/src/classic/pbap_client.c (Results 101 – 117 of 117)
Revision Date Author Comments
# f6fb5364 03-Oct-2018 Matthias Ringwald <[email protected]>

l2cap ertm: allow SDU of szie MPS in first packet that contains L2CAP SDU Length


# d8bcc2be 28-Sep-2018 Matthias Ringwald <[email protected]>

pbap_client: fix state after setting path


# 45b669b4 28-Sep-2018 Matthias Ringwald <[email protected]>

pbap_client: stop after sending the full path


# 6092cabe 28-Sep-2018 Matthias Ringwald <[email protected]>

pbap_client: only share pbap supported features if remote announces its features in sdp record


# 16ded4fe 27-Sep-2018 Matthias Ringwald <[email protected]>

pbap_client: handle OBEX_RESP_NOT_ACCEPTABLE


# 83f1bca0 27-Sep-2018 Matthias Ringwald <[email protected]>

pbap_client: emit PBAP_SUBEVENT_CARD_RESULT, show in demo app


# 011f0cd4 26-Sep-2018 Matthias Ringwald <[email protected]>

pbap_client: get card handle


# e03b79ab 26-Sep-2018 Matthias Ringwald <[email protected]>

pbap_client: implement pbap_lookup_by_number


# bca6857a 20-Sep-2018 Matthias Ringwald <[email protected]>

pbap_client: add PbapSupportedFeatures to OBEX Connect request


# 88d8c0f2 17-Sep-2018 Matthias Ringwald <[email protected]>

pbap_client: fix unused var warning


# c1bc0b8e 17-Sep-2018 Matthias Ringwald <[email protected]>

pbap_client: add support for md5 authentication challenge


# 0729a915 05-Sep-2018 Matthias Ringwald <[email protected]>

pbap: send disconnect request before closing connection


# b9198f31 20-Aug-2018 Matthias Ringwald <[email protected]>

pbap: fix parsing of returned phonebook size


# 3a7447a3 20-Aug-2018 Matthias Ringwald <[email protected]>

pbap: add pbap_get_phonebook_size to get phonebook entry count


# 7dad9ff8 20-Sep-2017 Matthias Ringwald <[email protected]>

ancs_client, att_server, pbab_client: review UNUSED-size


# ab2c6ae4 24-Mar-2017 Matthias Ringwald <[email protected]>

tool: add update_filename.py that adds __BTSTACK_FILE__ to every .c file for use with debug output instead of __FILE__


# 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 ...


12345