Home
last modified time | relevance | path

Searched refs:FreeDataCb (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Dlist.h40 typedef void (*FreeDataCb)(void *data); typedef
50 List *ListCreate(FreeDataCb cb);
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/src/
H A Dlist.c30 FreeDataCb cb;
43 List *ListCreate(FreeDataCb cb) in ListCreate()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.h177 List *SMP_ListCreate(FreeDataCb cb);
H A Dsmp_tool.c865 List *SMP_ListCreate(FreeDataCb cb) in SMP_ListCreate()