Searched refs:packet_builder (Results 1 – 4 of 4) sorted by relevance
529 …auto packet_builder = hci::LeAddDeviceToFilterAcceptListBuilder::Create(accept_list_address_type, … in AddDeviceToFilterAcceptList() local530 Command command = {CommandType::ADD_DEVICE_TO_ACCEPT_LIST, HCICommand{std::move(packet_builder)}}; in AddDeviceToFilterAcceptList()548 auto packet_builder = hci::LeAddDeviceToResolvingListBuilder::Create( in AddDeviceToResolvingList() local550 …Command command = {CommandType::ADD_DEVICE_TO_RESOLVING_LIST, HCICommand{std::move(packet_builder)… in AddDeviceToResolvingList()554 auto packet_builder = in AddDeviceToResolvingList() local556 Command command = {CommandType::LE_SET_PRIVACY_MODE, HCICommand{std::move(packet_builder)}}; in AddDeviceToResolvingList()574 …auto packet_builder = hci::LeRemoveDeviceFromFilterAcceptListBuilder::Create(accept_list_address_t… in RemoveDeviceFromFilterAcceptList() local575 …and command = {CommandType::REMOVE_DEVICE_FROM_ACCEPT_LIST, HCICommand{std::move(packet_builder)}}; in RemoveDeviceFromFilterAcceptList()590 auto packet_builder = in RemoveDeviceFromResolvingList() local592 … command = {CommandType::REMOVE_DEVICE_FROM_RESOLVING_LIST, HCICommand{std::move(packet_builder)}}; in RemoveDeviceFromResolvingList()[all …]
19 "packet_builder.cc",
57 "base/packet_builder.cc",
95 #include "packet/packet_builder.h" in generate_cpp_headers_one_file()