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

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

Completed in 38 milliseconds