Confirmed users
149
edits
Line 33: | Line 33: | ||
bool startDiscovery(); // ret: false if bluetooth is not enabled | bool startDiscovery(); // ret: false if bluetooth is not enabled | ||
void stopDiscovery(); | void stopDiscovery(); | ||
nsIDOMBluetoothDevice | nsIDOMBluetoothDevice getRemoteDevice(in DOMString address); // Like a device creator | ||
void pair(in DOMString aAddress); | |||
void | void unpair(in DOMString aAddress); | ||
readonly attribute DOMString address; | readonly attribute DOMString address; |