Searched refs:ConnBlePacket (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_trans.c | 62 ConnBlePacket *it = NULL; in DiscardBuffer() 63 ConnBlePacket *next = NULL; in DiscardBuffer() 64 LIST_FOR_EACH_ENTRY_SAFE(it, next, &buffer->packets, ConnBlePacket, node) { in DiscardBuffer() 138 ConnBlePacket *target = NULL; in ConnGattTransRecv() 139 ConnBlePacket *it = NULL; in ConnGattTransRecv() 140 LIST_FOR_EACH_ENTRY(it, &buffer->packets, ConnBlePacket, node) { in ConnGattTransRecv() 166 ConnBlePacket *packet = SoftBusCalloc(sizeof(ConnBlePacket)); in ConnGattTransRecv() 227 LIST_FOR_EACH_ENTRY(it, &buffer->packets, ConnBlePacket, node) { in ConnGattTransRecv()
|
H A D | softbus_conn_ble_connection.c | 159 ConnBlePacket *it = NULL; in ConnBleFreeConnection() 160 ConnBlePacket *next = NULL; in ConnBleFreeConnection() 161 LIST_FOR_EACH_ENTRY_SAFE(it, next, &connection->buffer.packets, ConnBlePacket, node) { in ConnBleFreeConnection()
|
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/ |
H A D | softbus_conn_ble_trans.h | 53 } ConnBlePacket; typedef
|