We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a54ca3 commit 8e3c1cbCopy full SHA for 8e3c1cb
libraries/Bluefruit52Lib/examples/Central/central_ti_sensortag_optical/central_ti_sensortag_optical.ino
@@ -167,9 +167,6 @@ void connect_callback(uint16_t conn_handle)
167
Serial.print("Connect Callback, conn_handle: ");
168
Serial.println( conn_handle );
169
170
- /* Complete Local Name */
171
- uint8_t buffer[BLE_GAP_ADV_SET_DATA_SIZE_MAX] = { 0 };
172
-
173
// If Service is not found, disconnect and return
174
Serial.print("Discovering Optical Service ... ");
175
if ( !sensorTagOpticalService.discover(conn_handle) )
0 commit comments