Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_def_info_params_cmd.h44 } HciReadLocalVersionInformationReturnParam; typedef
H A Dhci.h886 …void (*readLocalVersionInformationComplete)(const HciReadLocalVersionInformationReturnParam *retur…
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/cmd/
H A Dhci_cmd_failure_info_params.c30 HciReadLocalVersionInformationReturnParam returnParam = { in HciCmdOnReadLocalVersionInformationFailed()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/evt/
H A Dhci_evt_info_params_cmd_complete.c33 HciReadLocalVersionInformationReturnParam returnParam = {0}; in HciEventOnReadLocalVersionComplete()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_controller.c47 static HciReadLocalVersionInformationReturnParam g_readLocalVersionResult;
82 const HciReadLocalVersionInformationReturnParam *returnParam) in BtmControllerOnReadLocalVersionInformationComplete()