Lines Matching refs:dev

10 |@ohos.bluetooth.a2dp | [js-apis-bluetooth-a2dp.md](../../../application-dev/reference/apis/js-apis…
11 |@ohos.bluetooth.access | [js-apis-bluetooth-access.md](../../../application-dev/reference/apis/js-…
12 |@ohos.bluetooth.baseProfile | [js-apis-bluetooth-baseProfile.md](../../../application-dev/referenc…
13 |@ohos.bluetooth.ble | [js-apis-bluetooth-ble.md](../../../application-dev/reference/apis/js-apis-b…
14 |@ohos.bluetooth.connection | [js-apis-bluetooth-connection.md](../../../application-dev/reference/…
15 |@ohos.bluetooth.constant | [js-apis-bluetooth-constant.md](../../../application-dev/reference/apis…
16 |@ohos.bluetooth.hfp | [js-apis-bluetooth-hfp.md](../../../application-dev/reference/apis/js-apis-b…
17 |@ohos.bluetooth.hid | [js-apis-bluetooth-hid.md](../../../application-dev/reference/apis/js-apis-b…
18 |@ohos.bluetooth.pan | [js-apis-bluetooth-pan.md](../../../application-dev/reference/apis/js-apis-b…
19 |@ohos.bluetooth.socket | [js-apis-bluetooth-socket.md](../../../application-dev/reference/apis/js-…
25 …Strategy, callback: AsyncCallback<void>): void](../../../application-dev/reference/apis/js-a…
26 …, strategy: ConnectionStrategy): Promise<void>](../../../application-dev/reference/apis/js-a…
27 …back: AsyncCallback<ConnectionStrategy>): void](../../../application-dev/reference/apis/js-a…
28 …deviceId: string): Promise<ConnectionStrategy>](../../../application-dev/reference/apis/js-a…
29 …ransport, callback: AsyncCallback<void>): void](../../../application-dev/reference/apis/js-a…
30 … transport: BluetoothTransport): Promise<void>](../../../application-dev/reference/apis/js-a…
31 …onfirmation(deviceId: string, accept: boolean): void](../../../application-dev/reference/apis/js-a…
32 |connect(hid profile) | [connect(deviceId: string): void](../../../application-dev/reference/apis/j…
33 |disconnect(hid profile) | [disconnect(deviceId: string): void](../../../application-dev/reference/…
34 |setTethering | [setTethering(enable: boolean): void](../../../application-dev/reference/apis/js-ap…
45 |bluetoothManager.enableBluetooth | [access.enableBluetooth](../../../application-dev/reference/api…
46 |bluetoothManager.disableBluetooth | [access.disableBluetooth](../../../application-dev/reference/a…
47 |bluetoothManager.getLocalName | [connection.getLocalName](../../../application-dev/reference/apis/…
48 |bluetoothManager.getState | [access.getState](../../../application-dev/reference/apis/js-apis-blue…
49 …nectionState | [connection.getProfileConnectionState](../../../application-dev/reference/apis/js-a…
50 |bluetoothManager.setLocalName | [connection.setLocalName](../../../application-dev/reference/apis/…
51 |bluetoothManager.pairDevice | [connection.pairDevice](../../../application-dev/reference/apis/js-a…
52 …nectionState | [connection.getProfileConnectionState](../../../application-dev/reference/apis/js-a…
53 |bluetoothManager.cancelPairedDevice | [connection.cancelPairedDevice](../../../application-dev/ref…
54 |bluetoothManager.getRemoteDeviceName | [connection.getRemoteDeviceName](../../../application-dev/r…
55 |bluetoothManager.getRemoteDeviceClass | [connection.getRemoteDeviceClass](../../../application-dev
56 |bluetoothManager.getPairedDevices | [connection.getPairedDevices](../../../application-dev/referen…
57 |bluetoothManager.setBluetoothScanMode | [connection.setBluetoothScanMode](../../../application-dev
58 |bluetoothManager.getBluetoothScanMode | [connection.getBluetoothScanMode](../../../application-dev
59 …toothDiscovery | [connection.startBluetoothDiscovery](../../../application-dev/reference/apis/js-a…
60 …etoothDiscovery | [connection.stopBluetoothDiscovery](../../../application-dev/reference/apis/js-a…
61 …firmation | [connection.setDevicePairingConfirmation](../../../application-dev/reference/apis/js-a…
62 …DeviceFind') | [connection.on('bluetoothDeviceFind')](../../../application-dev/reference/apis/js-a…
63 …eviceFind') | [connection.off('bluetoothDeviceFind')](../../../application-dev/reference/apis/js-a…
64 |bluetoothManager.on('pinRequired') | [connection.on('pinRequired')](../../../application-dev/refer…
65 |bluetoothManager.off('pinRequired') | [connection.off('pinRequired')](../../../application-dev/ref…
66 …ondStateChange') | [connection.on('bondStateChange')](../../../application-dev/reference/apis/js-a…
67 …ndStateChange') | [connection.off('bondStateChange')](../../../application-dev/reference/apis/js-a…
68 |bluetoothManager.on('stateChange') | [access.on('stateChange')](../../../application-dev/reference…
69 |bluetoothManager.off('stateChange') | [access.off('stateChange')](../../../application-dev/referen…
70 |bluetoothManager.sppListen | [socket.sppListen](../../../application-dev/reference/apis/js-apis-bl…
71 |bluetoothManager.sppAccept | [socket.sppAccept](../../../application-dev/reference/apis/js-apis-bl…
72 |bluetoothManager.sppConnect | [socket.sppConnect](../../../application-dev/reference/apis/js-apis-…
73 |bluetoothManager.sppCloseServerSocket | [socket.sppCloseServerSocket](../../../application-dev/ref…
74 |bluetoothManager.sppCloseClientSocket | [socket.sppCloseClientSocket](../../../application-dev/ref…
75 |bluetoothManager.sppWrite | [socket.sppWrite](../../../application-dev/reference/apis/js-apis-blue…
76 |bluetoothManager.on('sppRead') | [socket.on('sppRead')](../../../application-dev/reference/apis/js…
77 |bluetoothManager.off('sppRead') | [socket.off('sppRead')](../../../application-dev/reference/apis/…
79 |createGattServer | [ble.createGattServer](../../../application-dev/reference/apis/js-apis-bluetoot…
80 |createGattClientDevice | [ble.createGattClientDevice](../../../application-dev/reference/apis/js-a…
81 |getConnectedBLEDevices | [ble.getConnectedBLEDevices](../../../application-dev/reference/apis/js-a…
82 |startBLEScan | [ble.startBLEScan](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md…
83 |stopBLEScan | [ble.stopBLEScan](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#b…
84 |on('BLEDeviceFind') | [ble.on('BLEDeviceFind')](../../../application-dev/reference/apis/js-apis-bl…
85 |off('BLEDeviceFind') | [ble.off('BLEDeviceFind')](../../../application-dev/reference/apis/js-apis-…
86 |getConnectionDevices | [baseProfile.getConnectedDevices](../../../application-dev/reference/apis/j…
87 |getDeviceState | [baseProfile.getConnectionState](../../../application-dev/reference/apis/js-apis-…
88 |A2dpSourceProfile | [A2dpSourceProfile](../../../application-dev/reference/apis/js-apis-bluetooth-…
89 |connect(a2dp profile) | [connect](../../../application-dev/reference/apis/js-apis-bluetooth-a2dp.m…
90 |disconnect(a2dp profile) | [disconnect](../../../application-dev/reference/apis/js-apis-bluetooth-…
91 |on('connectionStateChange') | [baseProfile.on('connectionStateChange')](../../../application-dev/r…
92 |off('connectionStateChange') | [baseProfile.off('connectionStateChange')](../../../application-dev
93 |getPlayingState | [getPlayingState](../../../application-dev/reference/apis/js-apis-bluetooth-a2dp…
94 |HandsFreeAudioGatewayProfile | [HandsFreeAudioGatewayProfile](../../../application-dev/reference/a…
95 |connect(hfp profile) | [connect](../../../application-dev/reference/apis/js-apis-bluetooth-hfp.md#…
96 |disconnect(hfp profile) | [disconnect](../../../application-dev/reference/apis/js-apis-bluetooth-h…
97 … profile) | [baseProfile.on('connectionStateChange')](../../../application-dev/reference/apis/js-a…
98 …profile) | [baseProfile.off('connectionStateChange')](../../../application-dev/reference/apis/js-a…
99 |connect(hid profile) | [connect](../../../application-dev/reference/apis/js-apis-bluetooth-hid.md#…
100 |disconnect(hid profile) | [disconnect](../../../application-dev/reference/apis/js-apis-bluetooth-h…
101 … profile) | [baseProfile.on('connectionStateChange')](../../../application-dev/reference/apis/js-a…
102 …profile) | [baseProfile.off('connectionStateChange')](../../../application-dev/reference/apis/js-a…
103 |disconnect(pan profile) | [disconnect](../../../application-dev/reference/apis/js-apis-bluetooth-p…
104 … profile) | [baseProfile.on('connectionStateChange')](../../../application-dev/reference/apis/js-a…
105 …profile) | [baseProfile.off('connectionStateChange')](../../../application-dev/reference/apis/js-a…
106 |setTethering | [setTethering](../../../application-dev/reference/apis/js-apis-bluetooth-pan.md#set…
107 |isTetheringOn | [isTetheringOn](../../../application-dev/reference/apis/js-apis-bluetooth-pan.md#i…
108 |startAdvertising | [ble.startAdvertising](../../../application-dev/reference/apis/js-apis-bluetoot…
109 |stopAdvertising | [ble.stopAdvertising](../../../application-dev/reference/apis/js-apis-bluetooth-…
110 |addService | [addService](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#addserv…
111 |removeService | [removeService](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#r…
112 |close | [close](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#close) |
113 |notifyCharacteristicChanged | [notifyCharacteristicChanged](../../../application-dev/reference/api…
114 |sendResponse | [sendResponse](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#sen…
115 |on('characteristicRead') | [on('characteristicRead')](../../../application-dev/reference/apis/js-a…
116 |off('characteristicRead') | [off('characteristicRead')](../../../application-dev/reference/apis/js…
117 |on('characteristicWrite') | [on('characteristicWrite')](../../../application-dev/reference/apis/js…
118 |off('characteristicWrite') | [off('characteristicWrite')](../../../application-dev/reference/apis/…
119 |on('descriptorRead') | [on('descriptorRead')](../../../application-dev/reference/apis/js-apis-blue…
120 |off('descriptorRead') | [off('descriptorRead')](../../../application-dev/reference/apis/js-apis-bl…
121 |on('descriptorWrite') | [on('descriptorWrite')](../../../application-dev/reference/apis/js-apis-bl…
122 |off('descriptorWrite') | [off('descriptorWrite')](../../../application-dev/reference/apis/js-apis-…
123 |on('connectStateChange') | [on('connectionStateChange')](../../../application-dev/reference/apis/j…
124 |off('connectStateChange') | [off('connectionStateChange')](../../../application-dev/reference/apis…
125 |connect | [connect](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#connect) |
126 |disconnect | [disconnect](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#disconn…
127 |close | [close](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#close) |
128 |getServices(callback) | [getServices](../../../application-dev/reference/apis/js-apis-bluetooth-bl…
129 |getServices(promise) | [getServices](../../../application-dev/reference/apis/js-apis-bluetooth-ble…
130 |readCharacteristicValue(callback) | [readCharacteristicValue](../../../application-dev/reference/a…
131 |readCharacteristicValue(promise) | [readCharacteristicValue](../../../application-dev/reference/ap…
132 |readDescriptorValue(callback) | [readDescriptorValue](../../../application-dev/reference/apis/js-a…
133 |readDescriptorValue(promise) | [readDescriptorValue](../../../application-dev/reference/apis/js-ap…
134 |writeCharacteristicValue(callback) | [writeCharacteristicValue](../../../application-dev/reference…
135 |writeDescriptorValue(promise) | [writeCharacteristicValue](../../../application-dev/reference/apis…
136 |setBLEMtuSize | [setBLEMtuSize](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#s…
137 |setNotifyCharacteristicChanged | [setCharacteristicChangeNotification](../../../application-dev/re…
138 |on('BLECharacteristicChange') | [on('BLECharacteristicChange')](../../../application-dev/reference…
139 |off('BLECharacteristicChange') | [off('BLECharacteristicChange')](../../../application-dev/referen…
140 |on('BLEConnectionStateChange') | [on('BLEConnectionStateChange')](../../../application-dev/referen…
141 |off('BLEConnectionStateChange') | [off('BLEConnectionStateChange')](../../../application-dev/refer…
142 |getDeviceName(callback) | [getDeviceName](../../../application-dev/reference/apis/js-apis-bluetoot…
143 |getDeviceName(promise) | [getDeviceName](../../../application-dev/reference/apis/js-apis-bluetooth…
144 |getRssiValue(callback) | [getRssiValue](../../../application-dev/reference/apis/js-apis-bluetooth-…
145 |getRssiValue(promise) | [getRssiValue](../../../application-dev/reference/apis/js-apis-bluetooth-b…
146 |ScanMode | [ScanMode](../../../application-dev/reference/apis/js-apis-bluetooth-connection.md#scan…
147 |BondState | [BondState](../../../application-dev/reference/apis/js-apis-bluetooth-connection.md#bo…
148 |SppOption | [SppOptions](../../../application-dev/reference/apis/js-apis-bluetooth-socket.md#sppop…
149 |SppType | [SppType](../../../application-dev/reference/apis/js-apis-bluetooth-socket.md#spptype) |
150 |GattService | [GattService](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#gatts…
151 |BLECharacteristic | [BLECharacteristic](../../../application-dev/reference/apis/js-apis-bluetooth-…
152 |BLEDescriptor | [BLEDescriptor](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#b…
153 |NotifyCharacteristic | [NotifyCharacteristic](../../../application-dev/reference/apis/js-apis-blue…
154 |CharacteristicReadRequest | [CharacteristicReadRequest](../../../application-dev/reference/apis/js…
155 |CharacteristicWriteRequest | [CharacteristicWriteRequest](../../../application-dev/reference/apis/…
156 |DescriptorReadRequest | [DescriptorReadRequest](../../../application-dev/reference/apis/js-apis-bl…
157 |DescriptorWriteRequest | [DescriptorWriteRequest](../../../application-dev/reference/apis/js-apis-…
158 |ServerResponse | [ServerResponse](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md…
159 |BLEConnectChangedState | [BLEConnectionChangeState](../../../application-dev/reference/apis/js-api…
160 |ProfileConnectionState | [ProfileConnectionState](../../../application-dev/reference/apis/js-apis-…
161 |ScanFilter | [ScanFilter](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#scanfil…
162 |ScanOptions | [ScanOptions](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#scano…
163 |ScanDuty | [ScanDuty](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#scanduty) |
164 |MatchMode | [MatchMode](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#matchmode…
165 |ScanResult | [ScanResult](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#scanres…
166 |BluetoothState | [BluetoothState](../../../application-dev/reference/apis/js-apis-bluetooth-access…
167 |AdvertiseSetting | [AdvertiseSetting](../../../application-dev/reference/apis/js-apis-bluetooth-bl…
168 |AdvertiseData | [AdvertiseData](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#a…
169 |ManufactureData | [ManufactureData](../../../application-dev/reference/apis/js-apis-bluetooth-ble.…
170 |ServiceData | [ServiceData](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#servi…
171 |PinRequiredParam | [PinRequiredParam](../../../application-dev/reference/apis/js-apis-bluetooth-co…
172 |BondStateParam | [BondStateParam](../../../application-dev/reference/apis/js-apis-bluetooth-connec…
173 |StateChangeParam | [StateChangeParam](../../../application-dev/reference/apis/js-apis-bluetooth-ba…
174 |DeviceClass | [DeviceClass](../../../application-dev/reference/apis/js-apis-bluetooth-connection.m…
175 |MajorClass | [MajorClass](../../../application-dev/reference/apis/js-apis-bluetooth-constant.md#ma…
176 |MajorMinorClass | [MajorMinorClass](../../../application-dev/reference/apis/js-apis-bluetooth-cons…
177 |PlayingState | [PlayingState](../../../application-dev/reference/apis/js-apis-bluetooth-a2dp.md#pl…
178 |ProfileId | [ProfileId](../../../application-dev/reference/apis/js-apis-bluetooth-constant.md#prof…
186 …ransport, callback: AsyncCallback<void>): void](../../../application-dev/reference/apis/js-a…
187 … transport: BluetoothTransport): Promise<void>](../../../application-dev/reference/apis/js-a…
188 …syncCallback<Array<ProfileUuids>>): void](../../../application-dev/reference/apis/js-a…
189 …d: string): Promise<Array<ProfileUuids>>](../../../application-dev/reference/apis/js-a…
190 …syncCallback<Array<ProfileUuids>>): void](../../../application-dev/reference/apis/js-a…
191 …ileUuids(): Promise<Array<ProfileUuids>>](../../../application-dev/reference/apis/js-a…
192 …: string, callback: AsyncCallback<void>): void](../../../application-dev/reference/apis/js-a…
193 …deviceId: string, code: string): Promise<void>](../../../application-dev/reference/apis/js-a…
194 …Strategy, callback: AsyncCallback<void>): void](../../../application-dev/reference/apis/js-a…
195 …, strategy: ConnectionStrategy): Promise<void>](../../../application-dev/reference/apis/js-a…
196 …back: AsyncCallback<ConnectionStrategy>): void](../../../application-dev/reference/apis/js-a…
197 …deviceId: string): Promise<ConnectionStrategy>](../../../application-dev/reference/apis/js-a…
198 |@ohos.bluetooth.baseprofile|[ConnectionStrategy](../../../application-dev/reference/apis/js-apis-b…
199 |@ohos.bluetooth.ble|[properties](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#…
200 |@ohos.bluetooth.ble|[deviceName](../../../application-dev/reference/apis/js-apis-bluetooth-ble.md#…
201 |@ohos.bluetooth.ble|[includeDeviceName](../../../application-dev/reference/apis/js-apis-bluetooth-…
202 |@ohos.bluetooth.ble|[GattProperties](../../../application-dev/reference/apis/js-apis-bluetooth-ble…
203 … boolean, callback: AsyncCallback<void>): void](../../../application-dev/reference/apis/js-a…
204 …haracteristic, enable: boolean): Promise<void>](../../../application-dev/reference/apis/js-a…
205 …EMtuChange', callback: Callback<number>): void](../../../application-dev/reference/apis/js-a…
206 …MtuChange', callback?: Callback<number>): void](../../../application-dev/reference/apis/js-a…
207 |@ohos.bluetooth.connection|[pinType](../../../application-dev/reference/apis/js-apis-bluetooth-con…
208 |@ohos.bluetooth.connection|[BluetoothTransport](../../../application-dev/reference/apis/js-apis-bl…
209 |@ohos.bluetooth.constant|[ProfileUuids](../../../application-dev/reference/apis/js-apis-bluetooth-…
215 …teristic: NotifyCharacteristic): Promise<void>](../../../application-dev/reference/apis/js-a…
216 …stic, writeType: GattWriteType): Promise<void>](../../../application-dev/reference/apis/js-a…
217 …alue(descriptor: BLEDescriptor): Promise<void>](../../../application-dev/reference/apis/js-a…
218 …haracteristic, enable: boolean): Promise<void>](../../../application-dev/reference/apis/js-a…