Home
last modified time | relevance | path

Searched refs:kWriteCommand (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/att/
Dbearer_test.cc32 constexpr OpCode kTestCommand = kWriteCommand;
131 bearer()->StartTransaction(NewBuffer(kWriteCommand), cb), in TEST_F()
1153 EXPECT_EQ(kWriteCommand, packet.opcode()); in TEST_F()
1156 bearer()->RegisterHandler(kWriteCommand, cmd_handler); in TEST_F()
Dbearer.cc133 case kWriteCommand: in GetMethodType()
/external/pigweed/pw_bluetooth_sapphire/host/att/public/pw_bluetooth_sapphire/internal/host/att/
Datt.h325 inline constexpr OpCode kWriteCommand = 0x52; variable
/external/pigweed/pw_bluetooth_sapphire/host/gatt/
Dserver.cc62 att::kWriteCommand, in AttBasedServer()
726 PW_DCHECK(packet.opcode() == att::kWriteCommand); in OnWriteCommand()
Dclient.cc1274 att::PacketWriter writer(att::kWriteCommand, pdu.get()); in WriteWithoutResponse()