Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_internal.h96 void GapLinkKeyRequestReplyComplete(const HciLinkKeyRequestReplyReturnParam *param);
H A Dgap_hci_receive.c52 static void GapRecvLinkKeyRequestReplyComplete(const HciLinkKeyRequestReplyReturnParam *param) in GapRecvLinkKeyRequestReplyComplete()
H A Dgap_br_sec.c1587 void GapLinkKeyRequestReplyComplete(const HciLinkKeyRequestReplyReturnParam *param) in GapLinkKeyRequestReplyComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_link_ctrl_cmd_complete.c61 HciLinkKeyRequestReplyReturnParam returnParam = {0}; in HciEventOnLinkKeyRequestReplyComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h157 } HciLinkKeyRequestReplyReturnParam; typedef
H A Dhci.h514 void (*linkKeyRequestReplyComplete)(const HciLinkKeyRequestReplyReturnParam *returnParam);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_cmd.c66 offsetof(HciLinkKeyRequestReplyReturnParam, bdAddr),
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_link_ctrl.c167 HciLinkKeyRequestReplyReturnParam returnParam = { in HciCmdOnLinkKeyRequestReplyFailed()