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

/haiku-fatelf/src/preferences/bluetooth/
H A DBluetoothWindow.cpp29 static const uint32 kMsgStartServices = 'SrSR'; variable
56 new BMessage(kMsgStartServices), 0));
63 new BMessage(kMsgStartServices), 0));
128 case kMsgStartServices:
129 printf("kMsgStartServices\n");
134 printf("kMsgStartServices: %s\n", strerror(error));

Completed in 66 milliseconds