Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_connection.c167 BleUnderlayerStatus *item = NULL; in ConnBleFreeConnection()
168 BleUnderlayerStatus *nextItem = NULL; in ConnBleFreeConnection()
169 …LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &connection->connectStatus->list, BleUnderlayerStatus, no… in ConnBleFreeConnection()
809 BleUnderlayerStatus *it = NULL; in BleOnClientFailed()
810 LIST_FOR_EACH_ENTRY(it, &connection->connectStatus->list, BleUnderlayerStatus, node) { in BleOnClientFailed()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h137 } BleUnderlayerStatus; typedef