Home
last modified time | relevance | path

Searched defs:command_op_code (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/bt/main/shim/
H A Dhci_layer.cc382 uint16_t command_op_code = (data[1] << 8 | data[0]); in transmit_command() local
570 uint16_t command_op_code = (data[1] << 8 | data[0]); in transmit_command() local