HomeSort by relevance Sort by last modified time
    Searched full:config_req (Results 1 - 1 of 1) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_av.c 847 btif_av_sink_config_req_t config_req; local
869 config_req.sample_rate = btif_a2dp_get_track_frequency(sbc_cie.samp_freq);
870 config_req.channel_count = btif_a2dp_get_track_channel_count(sbc_cie.ch_mode);
872 (char*)&config_req, sizeof(config_req), NULL);
    [all...]

Completed in 640 milliseconds