Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbtif_hf_client.cc497 static bt_status_t dial_memory(const RawAddress* bd_addr, int location) { in dial_memory() function
773 .dial_memory = dial_memory,
/packages/modules/Bluetooth/system/include/hardware/
Dbt_hf_client.h366 bt_status_t (*dial_memory)(const RawAddress* bd_addr, int location); member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_hfpclient.cpp681 bt_status_t status = sBluetoothHfpClientInterface->dial_memory( in dialMemoryNative()