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

  /external/bluetooth/bluez/sbc/
sbcinfo.c 137 static char *mode2str(uint8_t mode) function
284 printf("Channel mode\t\t%s\n", mode2str(hdr.channel_mode));
  /system/core/toolbox/
ls.c 41 static void mode2str(unsigned mode, char *out) function
157 mode2str(s.st_mode, mode);
  /external/bluetooth/hcidump/parser/
l2cap.c 300 static char *mode2str(uint8_t mode) function
430 printf("RFC 0x%02x (%s", mode, mode2str(mode));
hci.c 494 static char *mode2str(uint8_t mode) function
    [all...]
  /external/bluetooth/bluez/src/
adapter.c 321 static const char *mode2str(uint8_t mode) function
497 DBG("%s", mode2str(new_mode));
505 const char *modestr = mode2str(new_mode);
674 DBG("Switching to '%s' mode", mode2str(mode));
    [all...]

Completed in 131 milliseconds