zhizhi/node_modules/dingtalk-jsapi/api/union/offBluetoothDeviceFound.d.ts

22 lines
617 B
TypeScript
Raw Normal View History

/**
*
*/
export declare type IUnionOffBluetoothDeviceFoundParams = (e: IUnionOffBluetoothDeviceFoundResult) => void;
/**
*
*/
export interface IUnionOffBluetoothDeviceFoundResult {
RSSI: number;
name: string;
deviceId: string;
localName: string;
deviceName: string;
advertisData: string;
}
/**
*
* @apiName offBluetoothDeviceFound
*/
export declare function offBluetoothDeviceFound$(params: IUnionOffBluetoothDeviceFoundParams): void;
export default offBluetoothDeviceFound$;