Skip to content

Instantly share code, notes, and snippets.

@pcamp96
Created December 20, 2011 04:20
Show Gist options
  • Select an option

  • Save pcamp96/1500240 to your computer and use it in GitHub Desktop.

Select an option

Save pcamp96/1500240 to your computer and use it in GitHub Desktop.
nTapAccept:function(){
this.controller.serviceRequest('palm://com.palm.bluetooth/prof/',{
method:'profconnectaccept',
parameters:{profile:'map',address: this.bt_addr,parameters:{accept:true}}
});
this.controller.window.close();
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment