Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/btm/
Dbtm_sco.c825 if (block->callbacks->scoConnectionComplete != NULL) { in BtmScoOnConnectionComplete()
826 block->callbacks->scoConnectionComplete(&param, block->context); in BtmScoOnConnectionComplete()
862 if (block->callbacks->scoConnectionComplete != NULL) { in BtmScoOnSynchronousConnectionComplete()
863 block->callbacks->scoConnectionComplete(&param, block->context); in BtmScoOnSynchronousConnectionComplete()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/include/
Dbtm.h834 void (*scoConnectionComplete)(const BtmScoConnectionCompleteParam *param, void *context); member