Skip to content

Commit f07d8aa

Browse files
committed
Fix readme links
1 parent d14ce49 commit f07d8aa

File tree

1 file changed

+50
-50
lines changed

1 file changed

+50
-50
lines changed

readme.md

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -108,56 +108,56 @@ Neither Android nor iOS support Bluetooth on emulators, so you'll need to test o
108108

109109
## Methods ##
110110

111-
* [bluetoothle.initialize] (#initialize)
112-
* [bluetoothle.enable] (#enable) (Android)
113-
* [bluetoothle.disable] (#disable) (Android)
114-
* [bluetoothle.getAdapterInfo] (#getAdapterInfo) (Android)
115-
* [bluetoothle.startScan] (#startscan)
116-
* [bluetoothle.stopScan] (#stopscan)
117-
* [bluetoothle.retrieveConnected] (#retrieveconnected)
118-
* [bluetoothle.bond] (#bond) (Android)
119-
* [bluetoothle.unbond] (#unbond) (Android)
120-
* [bluetoothle.connect] (#connect)
121-
* [bluetoothle.reconnect] (#reconnect)
122-
* [bluetoothle.disconnect] (#disconnect)
123-
* [bluetoothle.close] (#close)
124-
* [bluetoothle.discover] (#discover)
125-
* [bluetoothle.services] (#services) (iOS)
126-
* [bluetoothle.characteristics] (#characteristics) (iOS)
127-
* [bluetoothle.descriptors] (#descriptors) (iOS)
128-
* [bluetoothle.read] (#read)
129-
* [bluetoothle.subscribe] (#subscribe)
130-
* [bluetoothle.unsubscribe] (#unsubscribe)
131-
* [bluetoothle.write] (#write)
132-
* [bluetoothle.writeQ] (#write)
133-
* [bluetoothle.readDescriptor] (#readdescriptor)
134-
* [bluetoothle.writeDescriptor] (#writedescriptor)
135-
* [bluetoothle.rssi] (#rssi)
136-
* [bluetoothle.mtu] (#mtu) (Android 5+)
137-
* [bluetoothle.requestConnectionPriority] (#requestconnectionpriority) (Android 5+)
138-
* [bluetoothle.isInitialized] (#isinitialized)
139-
* [bluetoothle.isEnabled] (#isenabled)
140-
* [bluetoothle.isScanning] (#isscanning)
141-
* [bluetoothle.isBonded] (#isbonded) (Android)
142-
* [bluetoothle.wasConnected] (#wasconnected)
143-
* [bluetoothle.isConnected] (#isconnected)
144-
* [bluetoothle.isDiscovered] (#isdiscovered)
145-
* [bluetoothle.hasPermission] (#haspermission) (Android 6+)
146-
* [bluetoothle.requestPermission] (#requestpermission) (Android 6+)
147-
* [bluetoothle.isLocationEnabled] (#islocationenabled) (Android 6+)
148-
* [bluetoothle.requestLocation] (#requestlocation) (Android 6+)
149-
* [bluetoothle.initializePeripheral] (#initializeperipheral)
150-
* [bluetoothle.addService] (#addservice)
151-
* [bluetoothle.removeService] (#removeservice)
152-
* [bluetoothle.removeAllServices] (#removeallservices)
153-
* [bluetoothle.startAdvertising] (#startadvertising)
154-
* [bluetoothle.stopAdvertising] (#stopadvertising)
155-
* [bluetoothle.respond] (#respond)
156-
* [bluetoothle.notify] (#notify)
157-
* [bluetoothle.encodedStringToBytes] (#encodedstringtobytes)
158-
* [bluetoothle.bytesToEncodedString] (#bytestoencodedstring)
159-
* [bluetoothle.stringToBytes] (#stringtobytes)
160-
* [bluetoothle.bytesToString] (#bytestostring)
111+
* [bluetoothle.initialize](#initialize)
112+
* [bluetoothle.enable](#enable) (Android)
113+
* [bluetoothle.disable](#disable) (Android)
114+
* [bluetoothle.getAdapterInfo](#getAdapterInfo) (Android)
115+
* [bluetoothle.startScan](#startscan)
116+
* [bluetoothle.stopScan](#stopscan)
117+
* [bluetoothle.retrieveConnected](#retrieveconnected)
118+
* [bluetoothle.bond](#bond) (Android)
119+
* [bluetoothle.unbond](#unbond) (Android)
120+
* [bluetoothle.connect](#connect)
121+
* [bluetoothle.reconnect](#reconnect)
122+
* [bluetoothle.disconnect](#disconnect)
123+
* [bluetoothle.close](#close)
124+
* [bluetoothle.discover](#discover)
125+
* [bluetoothle.services](#services) (iOS)
126+
* [bluetoothle.characteristics](#characteristics) (iOS)
127+
* [bluetoothle.descriptors](#descriptors) (iOS)
128+
* [bluetoothle.read](#read)
129+
* [bluetoothle.subscribe](#subscribe)
130+
* [bluetoothle.unsubscribe](#unsubscribe)
131+
* [bluetoothle.write](#write)
132+
* [bluetoothle.writeQ](#write)
133+
* [bluetoothle.readDescriptor](#readdescriptor)
134+
* [bluetoothle.writeDescriptor](#writedescriptor)
135+
* [bluetoothle.rssi](#rssi)
136+
* [bluetoothle.mtu](#mtu) (Android 5+)
137+
* [bluetoothle.requestConnectionPriority](#requestconnectionpriority) (Android 5+)
138+
* [bluetoothle.isInitialized](#isinitialized)
139+
* [bluetoothle.isEnabled](#isenabled)
140+
* [bluetoothle.isScanning](#isscanning)
141+
* [bluetoothle.isBonded](#isbonded) (Android)
142+
* [bluetoothle.wasConnected](#wasconnected)
143+
* [bluetoothle.isConnected](#isconnected)
144+
* [bluetoothle.isDiscovered](#isdiscovered)
145+
* [bluetoothle.hasPermission](#haspermission) (Android 6+)
146+
* [bluetoothle.requestPermission](#requestpermission) (Android 6+)
147+
* [bluetoothle.isLocationEnabled](#islocationenabled) (Android 6+)
148+
* [bluetoothle.requestLocation](#requestlocation) (Android 6+)
149+
* [bluetoothle.initializePeripheral](#initializeperipheral)
150+
* [bluetoothle.addService](#addservice)
151+
* [bluetoothle.removeService](#removeservice)
152+
* [bluetoothle.removeAllServices](#removeallservices)
153+
* [bluetoothle.startAdvertising](#startadvertising)
154+
* [bluetoothle.stopAdvertising](#stopadvertising)
155+
* [bluetoothle.respond](#respond)
156+
* [bluetoothle.notify](#notify)
157+
* [bluetoothle.encodedStringToBytes](#encodedstringtobytes)
158+
* [bluetoothle.bytesToEncodedString](#bytestoencodedstring)
159+
* [bluetoothle.stringToBytes](#stringtobytes)
160+
* [bluetoothle.bytesToString](#bytestostring)
161161

162162

163163

0 commit comments

Comments
 (0)