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

  /system/bt/profile/avrcp/
connection_handler.cc 237 if (feature_iter->second & BTA_AV_FEAT_ADV_CTRL) {
316 if (features & BTA_AV_FEAT_ADV_CTRL) {
431 peer_features |= (BTA_AV_FEAT_ADV_CTRL);
470 peer_features |= (BTA_AV_FEAT_ADV_CTRL);
  /system/bt/bta/av/
bta_av_act.cc     [all...]
  /system/bt/bta/include/
bta_av_api.h 70 #define BTA_AV_FEAT_ADV_CTRL \
  /system/bt/btif/src/
btif_rc.cc 458 !(p_dev->rc_features & BTA_AV_FEAT_ADV_CTRL))) {
464 if ((p_dev->rc_features & BTA_AV_FEAT_ADV_CTRL) &&
514 p_dev->rc_features &= ~BTA_AV_FEAT_ADV_CTRL;
522 if ((p_dev->rc_features & BTA_AV_FEAT_ADV_CTRL) &&
541 if (p_dev->rc_features & BTA_AV_FEAT_ADV_CTRL &&
    [all...]
btif_av.cc     [all...]

Completed in 236 milliseconds