History log of /btstack/example/gap_le_advertisements.c (Results 1 – 22 of 22)
Revision Date Author Comments
# edd159b3 03-Sep-2024 Matthias Ringwald <[email protected]>

gap_le_advertisement: improve output


# b1847fff 29-Mar-2023 Matthias Ringwald <[email protected]>

example/gap_le_advertisements: print extended advertisements


# 2fca4dad 02-Nov-2021 Milanka Ringwald <[email protected]>

license: update text


# ec8ae085 23-Oct-2020 Milanka Ringwald <[email protected]>

docu: copy editing examples titles


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

Use BTSTACK_FILE__ without __ prefix (MISRAC2012-Rule-21.1)


# a4fe6467 24-Aug-2018 Matthias Ringwald <[email protected]>

example: register for events after setting up the stack, register for hci events after sm_init()


# e3c4fe2f 20-Apr-2018 Matthias Ringwald <[email protected]>

example/gap_le_advertisements: define adv type strings as const (avoids warnings)


# 49999da9 08-Feb-2018 Matthias Ringwald <[email protected]>

example/gap_le_advertisements: reduce code


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


# 747ec646 06-Mar-2017 Milanka Ringwald <[email protected]>

a2dp: avdtp source sends sbc frames at constant speed

a2dp: introduce context, move common code to avdtp.c

a2dp: wrap source functionality

a2dp: enable packet handler

a2dp: draft implemetation so

a2dp: avdtp source sends sbc frames at constant speed

a2dp: introduce context, move common code to avdtp.c

a2dp: wrap source functionality

a2dp: enable packet handler

a2dp: draft implemetation source open stream

avrcp: add streaming connection opened/released events

avdtp source: introduce timer for storing audio data at const fr., encode into sbc, and prepare for sending

wav_util: fix return of wav_reader_read_int16

sbc: rename sbc to msbc test

sbc: improve usage output

sbc: fix makefile

sbc: remove hardcoded bitrate

avdtp: add encode/decode sine example without using ring buffer

avdtp: move ring buffer to stream endpoint

avdtp: add encode/decode test with ring buffer

sbc: use btstack_sbc_encoder_num_audio_frames - 1 audio frame contains 1 audio sample for mono and 2 for stereo

sbc: use btstack_sbc_encoder_num_audio_frames - 1 audio frame contains 1 audio sample for mono and 2 for stereo

sbc: revert sample counting

avdtp: source sending correct audio first time

avdtp: shorter timer for audio generation gets correct stream

avdtp: set state to AVDTP_STREAM_ENDPOINT_STREAMING_W2_SEND when more data is ready

avdtp: introduce transport category as mandatory

avdtp: introduce transport category as mandatory

show more ...


# bfb465b0 08-Mar-2017 Matthias Ringwald <[email protected]>

examples: enable Active Scanning in gap_le_advertisements


# 9ec2630c 22-Dec-2016 Matthias Ringwald <[email protected]>

fix unused parameters warning


# 1d0cde9d 31-Oct-2016 Matthias Ringwald <[email protected]>

use new Data Type defines from bluetooth_data_types


# 18a2fc6f 18-May-2016 Matthias Ringwald <[email protected]>

ad_parser: use const where possible


# d356a6da 08-Apr-2016 Matthias Ringwald <[email protected]>

move 'BTstack up and running' message from examples into port/../main.c


# 3ee82ab1 01-Apr-2016 Milanka Ringwald <[email protected]>

use getters in GAP_EVENT_ADVERTISING_REPORT


# be7cc9a0 01-Apr-2016 Milanka Ringwald <[email protected]>

use btstack_event_state_get_state


# 89fd9aef 20-Mar-2016 Matthias Ringwald <[email protected]>

example: gap_le_advertismens - RSSI is signed int


# de1762f7 17-Mar-2016 Matthias Ringwald <[email protected]>

example: use PRI32


# 045013fe 07-Mar-2016 Matthias Ringwald <[email protected]>

java: use streamline event names, GAP_LE_EVENT_ADVERTISING_REPORT -> GAP_EVENT_ADVERTISING_REPORT


# 0e2df43f 19-Feb-2016 Matthias Ringwald <[email protected]>

event: introduce hci_event_packet_get_type


# bcf00d8f 19-Feb-2016 Matthias Ringwald <[email protected]>

examples: move out of embedded subfolder