Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/include/
Dbta_ag_api.h435 #define BTA_AG_IND_SIGNAL 4 /* position of signal strength indicator */ macro
/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf.cc689 bool signal = !is_nth_bit_enabled(bia_mask_out, BTA_AG_IND_SIGNAL); in btif_hf_upstreams_evt()
1086 send_indicator_update(control_block, BTA_AG_IND_SIGNAL, signal); in DeviceStatusNotification()
/packages/modules/Bluetooth/system/bta/ag/
Dbta_ag_cmd.cc343 if ((id == BTA_AG_IND_SIGNAL) && (!on_demand)) { in bta_ag_send_ind()