Home
last modified time | relevance | path

Searched defs:ind_value (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DHeadsetStateMachine.java3169 private void sendIndicatorIntent(BluetoothDevice device, int ind_id, String ind_value) in sendIndicatorIntent()
3218 private void processAtBiev( int ind_id, int ind_value, BluetoothDevice device) { in processAtBiev()
3348 private void onATBiev(int ind_id, int ind_value, byte[] address) { in onATBiev()
/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hfp.cpp398 static void at_biev_callback(bthf_hf_ind_type_t ind_id, int ind_value, bt_bdaddr_t *bd_addr) { in at_biev_callback()