Home
last modified time | relevance | path

Searched refs:HCIVendorEventCallback (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Dhci_vendor_if.h37 } HCIVendorEventCallback; typedef
47 const HCIVendorEventCallback *callback, void *context);
55 BTSTACK_API int HCIVIF_DeregisterVendorEventCallback(const HCIVendorEventCallback *callback);
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/hci/
H A Dhci_vendor_if.c23 const HCIVendorEventCallback *callback;
30 static HCIVendorEventCallbackBlock *HCIVendorAllocCallbackBlock(const HCIVendorEventCallback *callback, void *context) in HCIVendorAllocCallbackBlock()
34 block->callback = (HCIVendorEventCallback *)callback; in HCIVendorAllocCallbackBlock()
92 const HCIVendorEventCallback *callback, void *context) in HCIVIF_RegisterVendorEventCallback()
116 int HCIVIF_DeregisterVendorEventCallback(const HCIVendorEventCallback *callback) in HCIVIF_DeregisterVendorEventCallback()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/ble_scan_filter/include/
H A Dble_scan_filter_lsf.h176 static constexpr HCIVendorEventCallback VENDOR_EVENT_CALLBACK = {

Completed in 2 milliseconds