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

  /external/bluetooth/bluez/lib/bluetooth/
hci_lib.h 155 char *lmp_featurestostr(uint8_t *features, char *pref, int width);
  /external/bluetooth/bluez/tools/
hciconfig.c 116 char *tmp = lmp_featurestostr(di->features, "\t\t", 63);
397 tmp = lmp_featurestostr(di.features, "\t\t", 63);
    [all...]
hcitool.c 739 char *tmp = lmp_featurestostr(features, "\t\t", 63);
941 tmp = lmp_featurestostr(features, "\t\t", 63);
    [all...]
  /external/bluetooth/bluez/lib/
hci.c 763 char *lmp_featurestostr(uint8_t *features, char *pref, int width) function
    [all...]

Completed in 32 milliseconds