Home
last modified time | relevance | path

Searched refs:AddOctets1 (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/packet/
Draw_builder_unittest.cc49 count_builder->AddOctets1(0x0e); in TEST()
50 count_builder->AddOctets1(0x0f); in TEST()
70 count_builder->AddOctets1(0x0e); in TEST()
71 count_builder->AddOctets1(0x0f); in TEST()
92 ASSERT_FALSE(count_builder->AddOctets1(0x0e)); in TEST()
93 ASSERT_FALSE(count_builder->AddOctets1(0x0f)); in TEST()
Dfragmenting_inserter.cc37 curr_packet_->AddOctets1(new_byte); in insert_bits()
Draw_builder.h62 bool AddOctets1(uint8_t value);
Draw_builder.cc65 bool RawBuilder::AddOctets1(uint8_t value) { in AddOctets1() function in bluetooth::packet::RawBuilder
Dfragmenting_inserter_unittest.cc98 counts.AddOctets1(static_cast<uint8_t>(i)); in TEST()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_bqr.cc446 payload->AddOctets1(bqr_config.report_action); in ConfigureBqr()
553 payload->AddOctets1(sub_opcode); in ConfigBqrA2dpScoThreshold()
556 payload->AddOctets1(QUALITY_REPORT_ID_A2DP_AUDIO_CHOPPY); in ConfigBqrA2dpScoThreshold()
558 payload->AddOctets1(2); in ConfigBqrA2dpScoThreshold()
563 payload->AddOctets1(QUALITY_REPORT_ID_SCO_VOICE_CHOPPY); in ConfigBqrA2dpScoThreshold()
565 payload->AddOctets1(2); in ConfigBqrA2dpScoThreshold()
/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer.cc220 payload->AddOctets1(static_cast<uint8_t>(status_view.GetStatus())); in handle_command_response()