File tree Expand file tree Collapse file tree 15 files changed +0
-15
lines changed
libraries/Bluefruit52Lib/examples
central_ti_sensortag_optical Expand file tree Collapse file tree 15 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,6 @@ void connect_callback(uint16_t conn_handle)
157
157
* Callback invoked when a connection is dropped
158
158
* @param conn_handle
159
159
* @param reason is a BLE_HCI_STATUS_CODE which can be found in ble_hci.h
160
- * https://github.com/adafruit/Adafruit_nRF52_Arduino/blob/master/cores/nRF5/nordic/softdevice/s140_nrf52_6.1.1_API/include/ble_hci.h
161
160
*/
162
161
void disconnect_callback (uint16_t conn_handle, uint8_t reason)
163
162
{
Original file line number Diff line number Diff line change @@ -188,7 +188,6 @@ void connect_callback(uint16_t conn_handle)
188
188
* Callback invoked when a connection is dropped
189
189
* @param conn_handle
190
190
* @param reason is a BLE_HCI_STATUS_CODE which can be found in ble_hci.h
191
- * https://github.com/adafruit/Adafruit_nRF52_Arduino/blob/master/cores/nRF5/nordic/softdevice/s140_nrf52_6.1.1_API/include/ble_hci.h
192
191
*/
193
192
void disconnect_callback (uint16_t conn_handle, uint8_t reason)
194
193
{
Original file line number Diff line number Diff line change @@ -165,7 +165,6 @@ void connect_callback(uint16_t conn_handle)
165
165
* Callback invoked when a connection is dropped
166
166
* @param conn_handle
167
167
* @param reason is a BLE_HCI_STATUS_CODE which can be found in ble_hci.h
168
- * https://github.com/adafruit/Adafruit_nRF52_Arduino/blob/master/cores/nRF5/nordic/softdevice/s140_nrf52_6.1.1_API/include/ble_hci.h
169
168
*/
170
169
void disconnect_callback (uint16_t conn_handle, uint8_t reason)
171
170
{
Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ void connect_callback(uint16_t conn_handle)
135
135
* Callback invoked when a connection is dropped
136
136
* @param conn_handle
137
137
* @param reason is a BLE_HCI_STATUS_CODE which can be found in ble_hci.h
138
- * https://github.com/adafruit/Adafruit_nRF52_Arduino/blob/master/cores/nRF5/nordic/softdevice/s140_nrf52_6.1.1_API/include/ble_hci.h
139
138
*/
140
139
void disconnect_callback (uint16_t conn_handle, uint8_t reason)
141
140
{
Original file line number Diff line number Diff line change @@ -238,7 +238,6 @@ void connect_callback(uint16_t conn_handle)
238
238
* Callback invoked when a connection is dropped
239
239
* @param conn_handle
240
240
* @param reason is a BLE_HCI_STATUS_CODE which can be found in ble_hci.h
241
- * https://github.com/adafruit/Adafruit_nRF52_Arduino/blob/master/cores/nRF5/nordic/softdevice/s140_nrf52_6.1.1_API/include/ble_hci.h
242
241
*/
243
242
void disconnect_callback (uint16_t conn_handle, uint8_t reason)
244
243
{
Original file line number Diff line number Diff line change @@ -206,7 +206,6 @@ void ancs_notification_callback(AncsNotification_t* notif)
206
206
* Callback invoked when a connection is dropped
207
207
* @param conn_handle
208
208
* @param reason is a BLE_HCI_STATUS_CODE which can be found in ble_hci.h
209
- * https://github.com/adafruit/Adafruit_nRF52_Arduino/blob/master/cores/nRF5/nordic/softdevice/s140_nrf52_6.1.1_API/include/ble_hci.h
210
209
*/
211
210
void disconnect_callback (uint16_t conn_handle, uint8_t reason)
212
211
{
Original file line number Diff line number Diff line change @@ -380,7 +380,6 @@ void ancs_notification_callback(AncsNotification_t* notif)
380
380
* Callback invoked when a connection is dropped
381
381
* @param conn_handle connection where this event happens
382
382
* @param reason is a BLE_HCI_STATUS_CODE which can be found in ble_hci.h
383
- * https://github.com/adafruit/Adafruit_nRF52_Arduino/blob/master/cores/nRF5/nordic/softdevice/s140_nrf52_6.1.1_API/include/ble_hci.h
384
383
*/
385
384
void disconnect_callback (uint16_t conn_handle, uint8_t reason)
386
385
{
Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ void connect_callback(uint16_t conn_handle)
137
137
* Callback invoked when a connection is dropped
138
138
* @param conn_handle connection where this event happens
139
139
* @param reason is a BLE_HCI_STATUS_CODE which can be found in ble_hci.h
140
- * https://github.com/adafruit/Adafruit_nRF52_Arduino/blob/master/cores/nRF5/nordic/softdevice/s140_nrf52_6.1.1_API/include/ble_hci.h
141
140
*/
142
141
void disconnect_callback (uint16_t conn_handle, uint8_t reason)
143
142
{
Original file line number Diff line number Diff line change @@ -165,7 +165,6 @@ void printTime(void)
165
165
* Callback invoked when a connection is dropped
166
166
* @param conn_handle connection where this event happens
167
167
* @param reason is a BLE_HCI_STATUS_CODE which can be found in ble_hci.h
168
- * https://github.com/adafruit/Adafruit_nRF52_Arduino/blob/master/cores/nRF5/nordic/softdevice/s140_nrf52_6.1.1_API/include/ble_hci.h
169
168
*/
170
169
void disconnect_callback (uint16_t conn_handle, uint8_t reason)
171
170
{
Original file line number Diff line number Diff line change @@ -180,7 +180,6 @@ void printTime(void)
180
180
* Callback invoked when a connection is dropped
181
181
* @param conn_handle connection where this event happens
182
182
* @param reason is a BLE_HCI_STATUS_CODE which can be found in ble_hci.h
183
- * https://github.com/adafruit/Adafruit_nRF52_Arduino/blob/master/cores/nRF5/nordic/softdevice/s140_nrf52_6.1.1_API/include/ble_hci.h
184
183
*/
185
184
void disconnect_callback (uint16_t conn_handle, uint8_t reason)
186
185
{
You can’t perform that action at this time.
0 commit comments