Home
last modified time | relevance | path

Searched defs:DL_LIST (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H A Ddl_list.h27 typedef struct DL_LIST { struct
28 struct DL_LIST *pstPrev; // previous node argument
29 struct DL_LIST *pstNext; // next node argument
30 } DL_LIST; typedef