HomeSort by relevance Sort by last modified time
    Searched refs:BTA_AgSetCodec (Results 1 - 3 of 3) sorted by null

  /system/bt/bta/ag/
bta_ag_api.cc 259 * Function BTA_AgSetCodec
269 void BTA_AgSetCodec(uint16_t handle, tBTA_AG_PEER_CODEC codec) {
  /system/bt/btif/src/
btif_hf.cc 554 BTA_AgSetCodec(btif_hf_cb[idx].handle, BTA_AG_CODEC_MSBC);
558 BTA_AgSetCodec(btif_hf_cb[idx].handle, BTA_AG_CODEC_CVSD);
    [all...]
  /system/bt/bta/include/
bta_ag_api.h 574 * Function BTA_AgSetCodec
584 void BTA_AgSetCodec(uint16_t handle, tBTA_AG_PEER_CODEC codec);

Completed in 1124 milliseconds