Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/services/bluetooth_standard/stack/include/
Dbtm.h736 } BtmRejectScoConnectionRequestParam; typedef
744 int BTSTACK_API BTM_RejectScoConnectionRequest(const BtmRejectScoConnectionRequestParam *param);
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/hfp_hf/
Dhfp_hf_audio_connection.cpp293 BtmRejectScoConnectionRequestParam param = {btAddr, REJECT_DUE_TO_LIMITED_RESOURCES}; in RejectAudioConnection()
/foundation/communication/bluetooth/services/bluetooth_standard/service/src/hfp_ag/
Dhfp_ag_audio_connection.cpp364 BtmRejectScoConnectionRequestParam param = {btAddr, REJECT_DUE_TO_LIMITED_RESOURCES}; in RejectAudioConnection()
/foundation/communication/bluetooth/services/bluetooth_standard/stack/src/btm/
Dbtm_sco.c868 int BTM_RejectScoConnectionRequest(const BtmRejectScoConnectionRequestParam *param) in BTM_RejectScoConnectionRequest()