Home
last modified time | relevance | path

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

/hal_infineon-latest/mtb-pdl-cat1/drivers/source/
Dcy_ipc_bt.c67 #define BTIPC_LOG_L2(...) printf(__VA_ARGS__) macro
69 #define BTIPC_LOG_L2(...)
1047 BTIPC_LOG_L2("Buf req: Type 0x%x, Size %d\n",bufType,length); in Cy_bt_GetBuffer()
1048 BTIPC_LOG_L2("Buf Pool content\n"); in Cy_bt_GetBuffer()
1058BTIPC_LOG_L2("idx %d, bufType 0x%x, bufLen %d, bufPtr %p\n",idx, contextPtr->buffPool[idx].bufType… in Cy_bt_GetBuffer()
1115 BTIPC_LOG_L2("Put buffer+\n"); in Cy_bt_PutBuffer()
1119 BTIPC_LOG_L2("Put buffer-\n"); in Cy_bt_PutBuffer()
1130 BTIPC_LOG_L2("Buffer already present in the pool at %d\n",idx); in Cy_bt_PutBuffer()
1138 BTIPC_LOG_L2("Added buffer at index %d\n",idx); in Cy_bt_PutBuffer()
1155 BTIPC_LOG_L2("Put buffer-\n"); in Cy_bt_PutBuffer()
[all …]