Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hal/
Dfacade.cc50 std::string req_string = request->payload(); in SendCommand() local
51 hal_->sendHciCommand(std::vector<uint8_t>(req_string.begin(), req_string.end())); in SendCommand()
62 std::string req_string = request->payload(); in SendAcl() local
63 hal_->sendAclData(std::vector<uint8_t>(req_string.begin(), req_string.end())); in SendAcl()
71 std::string req_string = request->payload(); in SendSco() local
72 hal_->sendScoData(std::vector<uint8_t>(req_string.begin(), req_string.end())); in SendSco()