Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_hci_event.h34 void SMP_OnLeEncCompTask(void *context);
H A Dsmp_hci_event.c362 … int ret = BTM_RunTaskInProcessingQueue(PROCESSING_QUEUE_ID_SMP, SMP_OnLeEncCompTask, (void *)ctx); in SMP_OnLEEncryptComplete()
369 void SMP_OnLeEncCompTask(void *context) in SMP_OnLeEncCompTask() function
H A Dsmp_send.c639 ret = BTM_RunTaskInProcessingQueue(PROCESSING_QUEUE_ID_SMP, SMP_OnLeEncCompTask, (void *)ctx); in SMP_Aes128Software()