Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_link_ctrl.c94 int HCI_RejectConnectionRequest(const HciRejectConnectionRequestParam *param) in HCI_RejectConnectionRequest()
100 …HciAllocCmd(HCI_REJECT_CONNECTION_REQUEST, (void *)param, sizeof(HciRejectConnectionRequestParam)); in HCI_RejectConnectionRequest()
H A Dhci_cmd_failure_link_ctrl.c154 .bdAddr = ((HciRejectConnectionRequestParam *)param)->bdAddr, in HciCmdOnRejectConnectionRequestFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h143 } HciRejectConnectionRequestParam; typedef
H A Dhci.h57 int HCI_RejectConnectionRequest(const HciRejectConnectionRequestParam *param);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_cmd.c61 {HciCommonFilterAddress, offsetof(HciRejectConnectionRequestParam, bdAddr), NULL, 0},
H A Dbtm_acl.c577 HciRejectConnectionRequestParam param = { in BtmOnConnectionrequest()