Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd.c188 static Packet *HciCreateCmdPacketWithParam(uint16_t opCode, const void *param, uint8_t paramLength) in HciCreateCmdPacketWithParam() function
211 cmd->packet = HciCreateCmdPacketWithParam(opCode, param, paramLength); in HciAllocCmd()