Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/include/
Dbtif_util.h56 std::string dump_rc_opcode(uint8_t opcode);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc302 std::string dump_rc_opcode(uint8_t opcode) { in dump_rc_opcode() function
Dbtif_rc.cc5531 ss << "opcode=" << dump_rc_opcode(opcode_id); in dump_transaction()