Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_init.c39 static void AttListDataFree(const void *data);
72 connectInfoPtr[index].instruct = ListCreate((void *)AttListDataFree); in AttInstructListInit()
83 static void AttListDataFree(const void *data) in AttListDataFree() function