Searched refs:PROCESSING_QUEUE_ID_LA2CAP (Results 1 – 3 of 3) sorted by relevance
34 #define PROCESSING_QUEUE_ID_LA2CAP 2 macro
678 … result = BTM_CreateProcessingQueue(PROCESSING_QUEUE_ID_LA2CAP, BTM_PROCESSING_QUEUE_SIZE_DEFAULT); in L2CIF_Startup()698 result = BTM_RunTaskInProcessingQueue(PROCESSING_QUEUE_ID_LA2CAP, L2cifStartup, ctx); in L2CIF_Startup()718 BTM_DeleteProcessingQueue(PROCESSING_QUEUE_ID_LA2CAP); in L2cifShutdown()745 result = BTM_RunTaskInProcessingQueue(PROCESSING_QUEUE_ID_LA2CAP, L2cifShutdown, ctx); in L2CIF_Shutdown()
438 …result = BTM_RunTaskInProcessingQueue(PROCESSING_QUEUE_ID_LA2CAP, (void (*)(void *))task, context); in L2capAsynchronousProcess()