Searched refs:roleSwitch (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/kits/bluetooth/
H A DRemoteDevice.cpp148 uint32 roleSwitch; local
149 fDiscovererLocalDevice->GetProperty("role_switch_capable", &roleSwitch);
150 createConnection->role_switch = (uint8)roleSwitch;
/haiku-fatelf/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp434 bool roleSwitch = (features->features[0] & LMP_RSWITCH) != 0; local
450 fProperties->AddBool("role_switch_capable", roleSwitch);
455 packetType, roleSwitch, encryptCapable);

Completed in 60 milliseconds