Home
last modified time | relevance | path

Searched refs:HciAcceptConnectionReqestParam (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.c82 int HCI_AcceptConnectionRequest(const HciAcceptConnectionReqestParam *param) in HCI_AcceptConnectionRequest()
88 … HciAllocCmd(HCI_ACCEPT_CONNECTION_REQUEST, (void *)param, sizeof(HciAcceptConnectionReqestParam)); in HCI_AcceptConnectionRequest()
H A Dhci_cmd_failure_link_ctrl.c139 .bdAddr = ((HciAcceptConnectionReqestParam *)param)->bdAddr, in HciCmdOnAcceptConnectionRequestFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h134 } HciAcceptConnectionReqestParam; typedef
H A Dhci.h53 int HCI_AcceptConnectionRequest(const HciAcceptConnectionReqestParam *param);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop_filter_cmd.c60 {HciCommonFilterAddress, offsetof(HciAcceptConnectionReqestParam, bdAddr), NULL, 0},
H A Dbtm_acl.c607 HciAcceptConnectionReqestParam acceptParam = { in BtmOnConnectionrequest()