Home
last modified time | relevance | path

Searched refs:property_as_rssi (Results 1 – 4 of 4) sorted by relevance

/system/bt/btcore/include/
Dproperty.h75 int8_t property_as_rssi(const bt_property_t *property);
/system/bt/tools/bdtool/
Dadapter.c273 int8_t rssi = property_as_rssi(property); in parse_properties()
/system/bt/btcore/src/
Dproperty.c192 int8_t property_as_rssi(const bt_property_t *property) { in property_as_rssi() function
/system/bt/btcore/test/
Dproperty_test.cpp115 int8_t rss1 = property_as_rssi(property); in TEST_F()