|
|
User login
Feeds |
Error -9 by using RNotifier on Nokia 6600
|
|||||
| Mon, 2005-08-15 15:12 | |
|
I am using RNotifier to select BT devive.
But when I print "Select", I get the -9 error( KErrOverflow -9 Overflow) Code: RNotifier notifier; User::LeaveIfError( notifier.Connect() ); TBTDeviceSelectionParamsPckg selectionFilter; TBTDeviceResponseParamsPckg aResponse; TRequestStatus status; selectionFilter().SetUUID(KSerialPortUUID); notifier.StartNotifierAndGetResponse( status, KDeviceSelectionNotifierUid, selectionFilter, aResponse ); User::WaitForRequest( status ); notifier.Close(); Can someone help me with the code? |
|
Forum posts: 53
Forum posts: 53
If i replace TBTDeviceResponseParamsPckg with TBuf8<800>. I don't get the Error -9. And the programm works continue.
But How can I convert TBuf8<> to TBTDeviceResponseParamsPckg back?
Thanks
Forum posts: 53