Home
last modified time | relevance | path

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

/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp366 if (!IsPropertyAvailable("hci_version")) in CommandComplete()
369 if (!IsPropertyAvailable("hci_revision")) { in CommandComplete()
374 if (!IsPropertyAvailable("lmp_version")) in CommandComplete()
377 if (!IsPropertyAvailable("lmp_subversion")) { in CommandComplete()
382 if (!IsPropertyAvailable("manufacturer")) { in CommandComplete()
432 if (!IsPropertyAvailable("features")) { in CommandComplete()
485 if (!IsPropertyAvailable("acl_mtu")) in CommandComplete()
488 if (!IsPropertyAvailable("sco_mtu")) in CommandComplete()
491 if (!IsPropertyAvailable("acl_max_pkt")) in CommandComplete()
494 if (!IsPropertyAvailable("sco_max_pkt")) in CommandComplete()
H A DLocalDeviceHandler.h30 bool IsPropertyAvailable(const char* property);
H A DLocalDeviceHandler.cpp54 LocalDeviceHandler::IsPropertyAvailable(const char* property) in IsPropertyAvailable() function in LocalDeviceHandler
H A DBluetoothServer.cpp371 if (lDeviceImpl->IsPropertyAvailable(propertyRequested)) { in HandleSimpleRequest()
408 if (lDeviceImpl->IsPropertyAvailable(propertyRequested)) { in HandleGetProperty()