Home
last modified time | relevance | path

Searched defs:SendPacket (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/bt/gd/l2cap/le/
H A Dfacade.cc211 bool SendPacket(std::vector<uint8_t> packet) { in SendPacket() function in bluetooth::l2cap::le::L2capLeModuleFacadeService::L2capDynamicChannelHelper
361 bool SendPacket(std::vector<uint8_t> packet) { in SendPacket() function in bluetooth::l2cap::le::L2capLeModuleFacadeService::L2capFixedChannelHelper
/aosp12/system/bt/gd/l2cap/classic/
H A Dfacade.cc374 bool SendPacket(std::vector<uint8_t> packet) { in SendPacket() function in bluetooth::l2cap::classic::L2capClassicModuleFacadeService::L2capDynamicChannelHelper
/aosp12/frameworks/native/libs/adbd_auth/
H A Dadbd_auth.cpp240 bool SendPacket() REQUIRES(mutex_) { in SendPacket() function