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

  /external/bluetooth/hcidump/parser/
obex.c 39 static char *opcode2str(uint8_t opcode) function
284 opcode2str(opcode),
289 opcode2str(last_opcode),
339 opcode2str(status));
lmp.c 170 static char *opcode2str(uint16_t opcode) function
389 printf("op code %d (%s)\n", opcode, opcode2str(opcode));
398 printf("op code %d (%s)\n", opcode, opcode2str(opcode));
803 printf("op code %d/%d (%s)\n", opcode & 0x7f, opcode >> 7, opcode2str(opcode));
812 printf("op code %d/%d (%s)\n", opcode & 0x7f, opcode >> 7, opcode2str(opcode));
1144 opcode2str(opcode), tid ? 's' : 'm');
hci.c 493 static char *opcode2str(uint16_t opcode) function
    [all...]

Completed in 35 milliseconds