Home
last modified time | relevance | path

Searched refs:BT_PROPERTY_REMOTE_RSSI (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DAbstractionLayer.java46 static final int BT_PROPERTY_REMOTE_RSSI = 0x0B; field in AbstractionLayer
H A DRemoteDevices.java604 case AbstractionLayer.BT_PROPERTY_REMOTE_RSSI: in devicePropertyChangedCallback()
/aosp12/system/bt/btcore/src/
H A Dproperty.cc107 return property_new_((void*)&rssi, sizeof(int8_t), BT_PROPERTY_REMOTE_RSSI); in property_new_rssi()
161 return property->type == BT_PROPERTY_REMOTE_RSSI; in property_is_rssi()
/aosp12/system/bt/service/
H A Dlogging_helpers.cc116 CASE_RETURN_TEXT(BT_PROPERTY_REMOTE_RSSI); in BtPropertyText()
H A Dadapter.cc108 case BT_PROPERTY_REMOTE_RSSI: { in ParseRemoteDeviceProps()
/aosp12/system/bt/tools/bdtool/
H A Dadapter.c244 case BT_PROPERTY_REMOTE_RSSI: { in parse_properties()
/aosp12/hardware/libhardware/include/hardware/
H A Dbluetooth.h234 BT_PROPERTY_REMOTE_RSSI, enumerator
/aosp12/system/bt/btcore/test/
H A Dproperty_test.cc112 EXPECT_EQ(BT_PROPERTY_REMOTE_RSSI, property->type); in TEST_F()
/aosp12/system/bt/btif/src/
H A Dbtif_util.cc133 CASE_RETURN_STR(BT_PROPERTY_REMOTE_RSSI) in dump_property_type()
H A Dbtif_storage.cc778 if (properties[i].type == BT_PROPERTY_REMOTE_RSSI) continue; in btif_storage_add_remote_device()
H A Dbtif_dm.cc1221 BT_PROPERTY_REMOTE_RSSI, sizeof(int8_t), in btif_dm_search_devices_evt()
/aosp12/system/bt/include/hardware/
H A Dbluetooth.h295 BT_PROPERTY_REMOTE_RSSI, enumerator