@@ -213,22 +213,16 @@ function SimpleBlePeripheralIdentifier(handle: TSimpleBlePeripheral): PChar; cde
213213
214214// SIMPLEBLE_EXPORT char* simpleble_peripheral_address(simpleble_peripheral_t handle);
215215function SimpleBlePeripheralAddress (handle: TSimpleBlePeripheral): PChar; cdecl; external SimpleBleExtLibrary name ' simpleble_peripheral_address' ;
216- <<<<<<< HEAD
217216
218217// SIMPLEBLE_EXPORT simpleble_address_type_t simpleble_peripheral_address_type(simpleble_peripheral_t handle);
219218function SimpleBlePeripheralAddressType (handle: TSimpleBlePeripheral): TSimpleBleAddressType; cdecl; external SimpleBleExtLibrary name ' simpleble_peripheral_address_type' ;
220- =======
221- >>>>>>> 6fdcffb443c642b2a6918809a1df43c21a577c1b
222219
223220// SIMPLEBLE_EXPORT int16_t simpleble_peripheral_rssi(simpleble_peripheral_t handle);
224221function SimpleBlePeripheralRssi (handle: TSimpleBlePeripheral): Int16; cdecl; external SimpleBleExtLibrary name ' simpleble_peripheral_rssi' ;
225222
226- <<<<<<< HEAD
227223// SIMPLEBLE_EXPORT int16_t simpleble_peripheral_tx_power(simpleble_peripheral_t handle);
228224function SimpleBlePeripheralTxPower (handle: TSimpleBlePeripheral): Int16; cdecl; external SimpleBleExtLibrary name ' simpleble_peripheral_tx_power' ;
229225
230- =======
231- >>>>>>> 6fdcffb443c642b2a6918809a1df43c21a577c1b
232226// SIMPLEBLE_EXPORT uint16_t simpleble_peripheral_mtu(simpleble_peripheral_t handle);
233227function SimpleBlePeripheralMtu (handle: TSimpleBlePeripheral): UInt16; cdecl; external SimpleBleExtLibrary name ' simpleble_peripheral_mtu' ;
234228
@@ -311,23 +305,13 @@ procedure SimpleBleFree(var handle); cdecl; external SimpleBleExtLibrary name 's
311305 // SIMPLEBLE_LOG_LEVEL_DEBUG,
312306 // SIMPLEBLE_LOG_LEVEL_VERBOSE
313307 // } simpleble_log_level_t;
314- <<<<<<< HEAD
315308 TSimpleBleLogLevel = (SIMPLEBLE_LOG_LEVEL_NONE = 0 ,
316309 SIMPLEBLE_LOG_LEVEL_FATAL = 1 ,
317310 SIMPLEBLE_LOG_LEVEL_ERROR = 2 ,
318311 SIMPLEBLE_LOG_LEVEL_WARN = 3 ,
319312 SIMPLEBLE_LOG_LEVEL_INFO = 4 ,
320313 SIMPLEBLE_LOG_LEVEL_DEBUG = 5 ,
321314 SIMPLEBLE_LOG_LEVEL_VERBOSE = 6 );
322- =======
323- TSimpleBleLogLevel = (SIMPLEBLE_LOG_LEVEL_NONE = 0 ,
324- SIMPLEBLE_LOG_LEVEL_FATAL = 1 ,
325- SIMPLEBLE_LOG_LEVEL_ERROR = 2 ,
326- SIMPLEBLE_LOG_LEVEL_WARN = 3 ,
327- SIMPLEBLE_LOG_LEVEL_INFO = 4 ,
328- SIMPLEBLE_LOG_LEVEL_DEBUG = 5 ,
329- SIMPLEBLE_LOG_LEVEL_VERBOSE = 6 );
330- >>>>>>> 6fdcffb443c642b2a6918809a1df43c21a577c1b
331315
332316 // typedef void (*simpleble_log_callback_t)(
333317 // simpleble_log_level_t level,
0 commit comments