Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/stack/test/rfcomm/
Dstack_rfcomm_test_utils.cc96 uint8_t command_type, bool cr, const std::vector<uint8_t>& data) { in CreateMultiplexerControlFrame() argument
102 header |= command_type << 2; in CreateMultiplexerControlFrame()
Dstack_rfcomm_test_utils.h115 uint8_t command_type, bool cr, const std::vector<uint8_t>& data);
/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager.h142 … CommandType command_type; // Note that this field is only intended for logging, not control flow member