Searched refs:HciPinCodeRequestReplyParam (Results 1 – 6 of 6) sorted by relevance
131 int HCI_PINCodeRequestReply(const HciPinCodeRequestReplyParam *param) in HCI_PINCodeRequestReply()137 …*cmd = HciAllocCmd(HCI_PIN_CODE_REQUEST_REPLY, (void *)param, sizeof(HciPinCodeRequestReplyParam)); in HCI_PINCodeRequestReply()
199 .bdAddr = ((HciPinCodeRequestReplyParam *)param)->bdAddr, in HciCmdOnPinCodeRequestReplyFailed()
180 } HciPinCodeRequestReplyParam; typedef
69 int HCI_PINCodeRequestReply(const HciPinCodeRequestReplyParam *param);
76 offsetof(HciPinCodeRequestReplyParam, bdAddr),
1402 HciPinCodeRequestReplyParam hciCmdParam; in GapPINCodeRequestReply()