Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_tool.h180 bool SMP_ListRemoveNode(List *list, void *data);
H A Dsmp_send.c616 SMP_ListRemoveNode(g_smpEncCmdList, encCmd); in SMP_Aes128Hardware()
644 SMP_ListRemoveNode(g_smpEncCmdList, encCmd); in SMP_Aes128Software()
H A Dsmp_hci_event.c396 SMP_ListRemoveNode(SMP_GetEncCmdList(), pEncCmdData); in SMP_OnLeEncCompTask()
H A Dsmp_tool.c888 bool SMP_ListRemoveNode(List *list, void *data) in SMP_ListRemoveNode() function