Searched refs:ind_value (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/rust/topshim/hfp/ |
D | hfp_shim.cc | 248 void AtBievCallback(headset::bthf_hf_ind_type_t ind_id, int ind_value, in AtBievCallback() argument 256 topshim::rust::internal::battery_level_update_cb(ind_value, bd_addr); in AtBievCallback() 260 log::warn("AT+BIEV indicator {} with value {} from addr {}", ind_id, ind_value, *bd_addr); in AtBievCallback()
|
/packages/modules/Bluetooth/system/include/hardware/ |
D | bluetooth_headset_callbacks.h | 186 virtual void AtBievCallback(bthf_hf_ind_type_t ind_id, int ind_value, RawAddress* bd_addr) = 0;
|
/packages/modules/Bluetooth/android/app/jni/ |
D | com_android_bluetooth_hfp.cpp | 425 void AtBievCallback(bluetooth::headset::bthf_hf_ind_type_t ind_id, int ind_value, in AtBievCallback() argument 438 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onAtBiev, ind_id, (jint)ind_value, in AtBievCallback()
|