Searched refs:AddPayloadOctets1 (Results 1 – 3 of 3) sorted by relevance
38 CHECK(evt_ptr->AddPayloadOctets1(status)); in CreateInquiryCompleteEvent()49 CHECK(evt_ptr->AddPayloadOctets1(1)); // num_hci_command_packets in CreateCommandCompleteEvent()62 CHECK(evt_ptr->AddPayloadOctets1(1)); // num_hci_command_packets in CreateCommandCompleteOnlyStatusEvent()64 CHECK(evt_ptr->AddPayloadOctets1(status)); in CreateCommandCompleteOnlyStatusEvent()75 CHECK(evt_ptr->AddPayloadOctets1(status)); in CreateCommandStatusEvent()76 CHECK(evt_ptr->AddPayloadOctets1(1)); // num_hci_command_packets in CreateCommandStatusEvent()90 CHECK(evt_ptr->AddPayloadOctets1(local_name[i])); in CreateCommandCompleteReadLocalName()91 CHECK(evt_ptr->AddPayloadOctets1(0)); // Null terminated in CreateCommandCompleteReadLocalName()93 CHECK(evt_ptr->AddPayloadOctets1(0xFF)); in CreateCommandCompleteReadLocalName()108 CHECK(evt_ptr->AddPayloadOctets1(hci_version)); in CreateCommandCompleteReadLocalVersionInformation()[all …]
63 bool AddPayloadOctets1(uint8_t value) { return AddPayloadOctets(1, value); } in AddPayloadOctets1() function
138 command->AddPayloadOctets1(packet[i]); in sendHciCommand()