Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/headless/
Dproperty.cc81 {BT_PROPERTY_REMOTE_RSSI,
84 BT_PROPERTY_REMOTE_RSSI); in __anon4b405c0e0c02()
Dproperty.h42 CASE_RETURN_TEXT(BT_PROPERTY_REMOTE_RSSI); in bt_property_type_text()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAbstractionLayer.java42 static final int BT_PROPERTY_REMOTE_RSSI = 0x0B; field in AbstractionLayer
DRemoteDevices.java975 case AbstractionLayer.BT_PROPERTY_REMOTE_RSSI: in devicePropertyChangedCallback()
/packages/modules/Bluetooth/system/btcore/src/
Dproperty.cc112 return property_new_((void*)&rssi, sizeof(int8_t), BT_PROPERTY_REMOTE_RSSI); in property_new_rssi()
166 return property->type == BT_PROPERTY_REMOTE_RSSI; in property_is_rssi()
/packages/modules/Bluetooth/system/gd/discovery/device/
Dbt_property_unittest.cc215 case BT_PROPERTY_REMOTE_RSSI: in fill_property()
343 case BT_PROPERTY_REMOTE_RSSI: in verify_property()
504 fill_property(BT_PROPERTY_REMOTE_RSSI, properties); in fill_properties()
635 .type = BT_PROPERTY_REMOTE_RSSI, in TEST_F()
Dbt_property.cc40 CASE_RETURN_TEXT(BT_PROPERTY_REMOTE_RSSI); in bt_property_type_text()
129 case BT_PROPERTY_REMOTE_RSSI: in bt_property_text()
Dbt_property.h210 RemoteRSSI(const int8_t& rssi) : BtPropertySimple<int8_t>(BT_PROPERTY_REMOTE_RSSI, rssi) {} in RemoteRSSI()
/packages/modules/Bluetooth/system/btcore/test/
Dproperty_test.cc114 EXPECT_EQ(BT_PROPERTY_REMOTE_RSSI, property->type); in TEST_F()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_util.cc128 CASE_RETURN_STRING(BT_PROPERTY_REMOTE_RSSI); in dump_property_type()
Dbtif_storage.cc779 if (properties[i].type == BT_PROPERTY_REMOTE_RSSI || in btif_storage_add_remote_device()
Dbtif_dm.cc1512 bt_properties.push_back(bt_property_t{BT_PROPERTY_REMOTE_RSSI, in btif_dm_search_devices_evt()
/packages/modules/Bluetooth/system/include/hardware/
Dbluetooth.h339 BT_PROPERTY_REMOTE_RSSI, enumerator
/packages/modules/Bluetooth/system/btif/test/
Dbtif_core_test.cc374 std::make_pair(BT_PROPERTY_REMOTE_RSSI, "BT_PROPERTY_REMOTE_RSSI"), in TEST_F()