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

  /external/bluetooth/bluez/lib/bluetooth/
hci_lib.h 76 int hci_read_local_ext_features(int dd, uint8_t page, uint8_t *max_page, uint8_t *features, int to);
  /external/bluetooth/bluez/tools/
hciconfig.c 563 if (hci_read_local_ext_features(dd, 0, &max_page, features, 1000) < 0) {
581 if (hci_read_local_ext_features(dd, i, NULL,
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 1718 int hci_read_local_ext_features(int dd, uint8_t page, uint8_t *max_page, function
    [all...]

Completed in 20 milliseconds