HomeSort by relevance Sort by last modified time
    Searched refs:hci_disconnect (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluez/lib/bluetooth/
hci_lib.h 57 int hci_disconnect(int dd, uint16_t handle, uint8_t reason, int to);
  /external/bluetooth/bluez/tools/
hcitool.c 789 hci_disconnect(dd, handle, HCI_OE_USER_ENDED_CONNECTION, 10000);
983 hci_disconnect(dd, handle, HCI_OE_USER_ENDED_CONNECTION, 10000);
1325 if (hci_disconnect(dd, htobs(cr->conn_info->handle),
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 1265 int hci_disconnect(int dd, uint16_t handle, uint8_t reason, int to) function
    [all...]

Completed in 60 milliseconds