History log of /btstack/example/gap_inquiry.c (Results 1 – 19 of 19)
Revision Date Author Comments
# 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()


# ee8a36c8 05-Jul-2017 Matthias Ringwald <[email protected]>

hci: fix gap_remote_name_request


# eaac31e8 07-Jun-2017 Matthias Ringwald <[email protected]>

fix build


# b7f1ee76 21-May-2017 Matthias Ringwald <[email protected]>

gap: provide gap_remote_name_request


# f5875de5 21-May-2017 Matthias Ringwald <[email protected]>

gap: provide gap_inquiry_start + gap_inquiry_stop. emit GAP_EVENT_INQUIRY_COMPLETE


# 1cfb383e 17-May-2017 Matthias Ringwald <[email protected]>

gap: unify inquiry, inquiry with rssi, and extended inquiry response into GAP_EVENT_INQUIRY_RESULT with optional RSSI and name. Update gap_inquiry example


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


# 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


# b12ad867 29-Sep-2016 Matthias Ringwald <[email protected]>

example: gap_inquiry use Extended Inquiry Response to get name directly if possible


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

use hci_event_inquiry_result_get_num_responses


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

use btstack_event_state_get_state


# a6efb919 04-Mar-2016 Matthias Ringwald <[email protected]>

rewrite sscanf_bd_addr to be sscanf free


# a0ffb263 03-Mar-2016 Matthias Ringwald <[email protected]>

Merge branch 'master' into ble-api-cleanup


# 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