Home
last modified time | relevance | path

Searched refs:BTA_AG_FEAT_REJECT (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/include/
Dbta_ag_api.h50 #define BTA_AG_FEAT_REJECT 0x00000020 /* Ability to reject incoming call */ macro
/system/bt/bta/ag/
Dbta_ag_sdp.cc178 network = (features & BTA_AG_FEAT_REJECT) ? 1 : 0; in bta_ag_add_record()
/system/bt/btif/src/
Dbtif_hf.cc76 (BTA_AG_FEAT_3WAY | BTA_AG_FEAT_ECNR | BTA_AG_FEAT_REJECT | \