Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_bta_ag_api.cc61 void BTA_AgSetCodec(uint16_t /* handle */, tBTA_AG_PEER_CODEC /* codec */) { in BTA_AgSetCodec() function
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_api.cc231 void BTA_AgSetCodec(uint16_t handle, tBTA_AG_PEER_CODEC codec) { in BTA_AgSetCodec() function
/packages/modules/Bluetooth/system/bta/include/
Dbta_ag_api.h636 void BTA_AgSetCodec(uint16_t handle, tBTA_AG_PEER_CODEC codec);
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc645 BTA_AgSetCodec(btif_hf_cb[idx].handle, BTM_SCO_CODEC_LC3); in btif_hf_upstreams_evt()
649 BTA_AgSetCodec(btif_hf_cb[idx].handle, BTM_SCO_CODEC_MSBC); in btif_hf_upstreams_evt()
652 BTA_AgSetCodec(btif_hf_cb[idx].handle, BTM_SCO_CODEC_CVSD); in btif_hf_upstreams_evt()