Searched refs:RemoteRSSI (Results 1 – 3 of 3) sorted by relevance
332 std::shared_ptr<RemoteRSSI> RemoteRSSI::Create(const int8_t& rssi) { in Create()333 return std::make_shared<RemoteRSSI>(RemoteRSSI(rssi)); in Create()
208 class RemoteRSSI : public BtPropertySimple<int8_t> {210 RemoteRSSI(const int8_t& rssi) : BtPropertySimple<int8_t>(BT_PROPERTY_REMOTE_RSSI, rssi) {} in RemoteRSSI() function212 static std::shared_ptr<RemoteRSSI> Create(const int8_t& rssi);
216 properties.push_back(RemoteRSSI::Create(kRemoteRssi)); in fill_property()