Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_thread.h37 #define PROCESSING_QUEUE_ID_ATT 5 macro
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/att/
H A Datt_init.c172 result = BTM_CreateProcessingQueue(PROCESSING_QUEUE_ID_ATT, BTM_PROCESSING_QUEUE_SIZE_DEFAULT); in ATT_StartUp()
222 BTM_DeleteProcessingQueue(PROCESSING_QUEUE_ID_ATT); in ATT_ShutDownAsync()
H A Datt_common.c1094 …ret = BTM_RunTaskInProcessingQueue(PROCESSING_QUEUE_ID_ATT, (void (*)(void *))callback, (void *)co… in AttAsyncProcess()