Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_link_ctrl.c227 int HCI_ReadRemoteExtendedFeatures(const HciReadRemoteExtendedFeaturesParam *param) in HCI_ReadRemoteExtendedFeatures()
233 …cCmd(HCI_READ_REMOTE_EXTENDED_FEATURES, (void *)param, sizeof(HciReadRemoteExtendedFeaturesParam)); in HCI_ReadRemoteExtendedFeatures()
H A Dhci_cmd_failure_link_ctrl.c304 .connectionHandle = ((HciReadRemoteExtendedFeaturesParam *)param)->connectionHandle, in HciCmdOnReadRemoteExtendedFeaturesFailed()
305 .pageNumber = ((HciReadRemoteExtendedFeaturesParam *)param)->pageNumber, in HciCmdOnReadRemoteExtendedFeaturesFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_link_ctrl_cmd.h284 } HciReadRemoteExtendedFeaturesParam; typedef
H A Dhci.h101 int HCI_ReadRemoteExtendedFeatures(const HciReadRemoteExtendedFeaturesParam *param);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_acl.c1540 HciReadRemoteExtendedFeaturesParam cmdParam = { in BtmOnReadRemoteSupportedFeaturesComplete()
1617 HciReadRemoteExtendedFeaturesParam cmdParam = { in BtmOnReadRemoteExtendedFeaturesComplete()