Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. int Connection = hci_create_connection(dev_descriptor, &bdaddr, htobs(ptype), 0, 0,
  2. &handle, 0);
  3.  
  4. int authenticate = hci_authenticate_link(dev_descriptor, handle, 0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement