Lines Matching defs:deviceId
61 * @param { string } deviceId - The address of the remote device to pair.
68 function pairDevice(deviceId: string): boolean;
74 * @param { string } deviceId - The address of the remote device to be removed.
82 function cancelPairedDevice(deviceId: string): boolean;
88 * @param { string } deviceId - The address of the remote device.
95 function getRemoteDeviceName(deviceId: string): string;
101 * @param { string } deviceId - The address of the remote device.
108 function getRemoteDeviceClass(deviceId: string): DeviceClass;
650 * @param { string } deviceId - The address of the remote device.
657 function createGattClientDevice(deviceId: string): GattClientDevice;
804 * @param { string } deviceId - Indicates the address of the BLE peripheral device to receive the notification.
812 notifyCharacteristicChanged(deviceId: string, notifyCharacteristic: NotifyCharacteristic): boolean;
1433 deviceId: string;
1485 deviceId: string;
1561 deviceId: string;
1621 deviceId: string;
1705 deviceId: string;
1757 deviceId: string;
1785 deviceId: string;
1953 deviceId?: string;
2061 deviceId: string;
2125 deviceId: string;
3254 deviceId: string;