Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/
H A Davdtp.c43 if (BTM_CreateProcessingQueue(PROCESSING_QUEUE_ID_AVDTP, BTM_PROCESSING_QUEUE_SIZE_DEFAULT)) { in AVDT_Startup()
84 BTM_DeleteProcessingQueue(PROCESSING_QUEUE_ID_AVDTP); in AvdtShutdown()
H A Davdtp_ctrl.c1678 if (BTM_RunTaskInProcessingQueue(PROCESSING_QUEUE_ID_AVDTP, callback, context)) { in AvdtAsyncProcess()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.h39 #define PROCESSING_QUEUE_ID_AVDTP 7 macro