TorstenRobitzki / bluetoe

C++ Framework to build Bluetooth LE Server (GATT)
MIT License
142 stars 29 forks source link

Scan Response #16

Closed TorstenRobitzki closed 7 years ago

TorstenRobitzki commented 7 years ago

Currently, a GATT server does not respond to a scan request.

TorstenRobitzki commented 7 years ago

The link_layer currently implements an empty response to an scan request. With a nordic sniffer, this response is not visible, event when adding an empty advertising data to the reponse.

TorstenRobitzki commented 7 years ago

Fixed by passing the scan response to the scheduled radion implementation (nrf51.cpp) and let the implementation respond immediately to the scan request (with the proper shortcuts beeing set).