Home
last modified time | relevance | path

Searched refs:packet_builder (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/
Dle_address_manager.cc529 …auto packet_builder = hci::LeAddDeviceToFilterAcceptListBuilder::Create(accept_list_address_type, … in AddDeviceToFilterAcceptList() local
530 Command command = {CommandType::ADD_DEVICE_TO_ACCEPT_LIST, HCICommand{std::move(packet_builder)}}; in AddDeviceToFilterAcceptList()
548 auto packet_builder = hci::LeAddDeviceToResolvingListBuilder::Create( in AddDeviceToResolvingList() local
550 …Command command = {CommandType::ADD_DEVICE_TO_RESOLVING_LIST, HCICommand{std::move(packet_builder)… in AddDeviceToResolvingList()
554 auto packet_builder = in AddDeviceToResolvingList() local
556 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() local
575 …and command = {CommandType::REMOVE_DEVICE_FROM_ACCEPT_LIST, HCICommand{std::move(packet_builder)}}; in RemoveDeviceFromFilterAcceptList()
590 auto packet_builder = in RemoveDeviceFromResolvingList() local
592 … command = {CommandType::REMOVE_DEVICE_FROM_RESOLVING_LIST, HCICommand{std::move(packet_builder)}}; in RemoveDeviceFromResolvingList()
[all …]
/packages/modules/Bluetooth/system/packet/base/
DAndroid.bp19 "packet_builder.cc",
/packages/modules/Bluetooth/system/packet/
DBUILD.gn57 "base/packet_builder.cc",
/packages/modules/Bluetooth/system/gd/packet/parser/
Dgen_cpp.cc95 #include "packet/packet_builder.h" in generate_cpp_headers_one_file()