We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4879e09 commit fc63ac9Copy full SHA for fc63ac9
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