Home
last modified time | relevance | path

Searched refs:HCIVIF_SendCmd (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/src/
H A Dble_scan_filter_lsf.cpp359 return HCIVIF_SendCmd(opCode, &version, 1); in BleScanFilterGetVendorCapabilities()
372 return HCIVIF_SendCmd(opCode, static_cast<void *>(&param), sizeof(VendorCmdParamLSFEnable)); in BleScanFilterEnable()
393 return HCIVIF_SendCmd(opCode, static_cast<void *>(&param), paramLength); in BleScanFilterSetParameters()
408 return HCIVIF_SendCmd(opCode, static_cast<void *>(&param), sizeof(VendorCmdParamLSFAddress)); in BleScanFilterAddressAdd()
457 return HCIVIF_SendCmd(opCode, static_cast<void *>(&param), paramLength); in BleScanFilterUuidAdd()
484 return HCIVIF_SendCmd(opCode, static_cast<void *>(&param), paramLength); in BleScanFilterNameAdd()
543 return HCIVIF_SendCmd(opCode, static_cast<void *>(&param), paramLength); in BleScanFilterManufacturerDataAdd()
583 return HCIVIF_SendCmd(opCode, static_cast<void *>(&param), paramLength); in BleScanFilterServiceDataAdd()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dhci_vendor_if.h66 int BTSTACK_API HCIVIF_SendCmd(uint16_t opCode, const void *param, size_t paramLength);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_vendor_if.c147 int HCIVIF_SendCmd(uint16_t opCode, const void *param, size_t paramLength) in HCIVIF_SendCmd() function