Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/btif/src/
Dbluetooth.cc1038 static int get_metric_id(const RawAddress& address) { in get_metric_id() function
1197 .get_metric_id = get_metric_id,
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h868 int (*get_metric_id)(const RawAddress& address); member
/packages/modules/Bluetooth/android/app/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp1833 return sBluetoothInterface->get_metric_id(addr_obj); in getMetricIdNative()