Home
last modified time | relevance | path

Searched refs:opcode2str (Results 1 – 3 of 3) sorted by relevance

/external/bluez/hcidump/parser/
Dobex.c39 static char *opcode2str(uint8_t opcode) in opcode2str() function
256 opcode2str(opcode), in obex_dump()
261 opcode2str(last_opcode), in obex_dump()
304 opcode2str(status)); in obex_dump()
Dlmp.c170 static char *opcode2str(uint16_t opcode) in opcode2str() function
389 printf("op code %d (%s)\n", opcode, opcode2str(opcode)); in accepted_dump()
398 printf("op code %d (%s)\n", opcode, opcode2str(opcode)); in not_accepted_dump()
803 printf("op code %d/%d (%s)\n", opcode & 0x7f, opcode >> 7, opcode2str(opcode)); in accepted_ext_dump()
812 printf("op code %d/%d (%s)\n", opcode & 0x7f, opcode >> 7, opcode2str(opcode)); in not_accepted_ext_dump()
1144 opcode2str(opcode), tid ? 's' : 'm'); in lmp_dump()
Dhci.c407 static char *opcode2str(uint16_t opcode) in opcode2str() function
1334 opcode2str(opcode), ogf, ocf, hdr->plen); in command_dump()
2151 opcode2str(opcode), ogf, ocf, evt->ncmd); in cmd_complete_dump()
2375 opcode2str(opcode), ogf, ocf, evt->status, evt->ncmd); in cmd_status_dump()