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

/haiku/src/kits/bluetooth/
H A DRemoteDevice.cpp152 uint32 roleSwitch; local
153 fDiscovererLocalDevice->GetProperty("role_switch_capable", &roleSwitch);
154 createConnection->role_switch = (uint8)roleSwitch;
/haiku/src/servers/bluetooth/
H A DLocalDeviceImpl.cpp438 bool roleSwitch local
456 fProperties->AddBool("role_switch_capable", roleSwitch);
460 packetType, roleSwitch, encryptCapable);

Completed in 38 milliseconds