Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp_send.c53 static void SMP_SendPairRspCbTask(void *context);
272 …int ret = BTM_RunTaskInProcessingQueue(PROCESSING_QUEUE_ID_SMP, SMP_SendPairRspCbTask, (void *)ctx… in SMP_SendPairingResponseCallback()
279 static void SMP_SendPairRspCbTask(void *context) in SMP_SendPairRspCbTask() function