Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.h34 #define PROCESSING_QUEUE_ID_LA2CAP 2 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/l2cap/
H A Dl2cap_if.c678 … 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()
H A Dl2cap_cmn.c438 …result = BTM_RunTaskInProcessingQueue(PROCESSING_QUEUE_ID_LA2CAP, (void (*)(void *))task, context); in L2capAsynchronousProcess()