My problem, if i remember correctly, was this:
I originally purchased the card, and installed it using the digianswer drivers, until i found out that it could not be used.
Anyway, I have a...
Type: Posts; User: advocatee; Keyword(s):
My problem, if i remember correctly, was this:
I originally purchased the card, and installed it using the digianswer drivers, until i found out that it could not be used.
Anyway, I have a...
Hi,
Items are constantly adding to my CAknSingleStyleListBox.
I need the list to scroll automatically, like maybe i could get the length of the list and set the last item as the active...
for example
one of the iStatus integer errors i get is -6354, its an unusual error i get right after i have accepted a connection. I'm wondernig what this error means. This error showed in...
Thanks steve
I need to know something..
I've already done an application that performs periodic discoveries while advertising at the same time. There is one scenario i pictured in which a...
Hi,
1) Is anyone familiar with this error called 'socketserver user 23' thing? I get it sometimes when i establish 2 way communication over bluetooth. The full duplexthing works sometimes ,...
Hi laa-laa
how do i display the address? i tried the following but a string of zeroes came out
iListeningSocket.RemoteName(remoteSockAddr);
TBTDevAddr...
Is the 'ip address' here the same as the TSockAddr?
steve,
Yeap i did see that problem.. so i came up with yet another idea.
Assume my server is now dynamically assigning the rfcomm channel/port with GetOpt. I can insert that port in my service...
I think i'll just make the port standard all around. Since the phone usually uses port 4...
I'm now using port 4, so even when i advertise i don't use GetOpt to get a port.
I'll just
TInt...
Solved..
hmm
I'm using RHostResolver to automate discoveries, not RNotifier,,
I know that BTP2P has some way of getting the remote port by using
void CMessageServiceSearcher::FoundElementL(TInt aKey,...
I haven't really read any of the books except Professional Symbian Programmin by Martin Tasker. Actually thats the most talked-about book....
The BTP2P example uses
TBTSockAddr address;
address.SetBTAddr(iServiceSearcher->BTDevAddr());
address.SetPort(iServiceSearcher->Port());
To get the remote port, i guess.
i'm using...
Dj,
Thanks, I do hope u have time for one more question..
I can now make connections , but have some issue about the ports, which makes my connections funny.
Lets say i have an advertising...
Thanks alot DJ,
I didn't think that was the problem, coz i have another CArrayFixSeg array, but contains different data:
CArrayFixSeg<THostName>* nameArray;
//in some loop somewhere
THostName...
Thanks everyone
However i found an easier way. Not sure if its totally foolproof.
> TBuf<??> var16; //TBuf16
>
> var16.Copy(TPtrC8Variable);
>
> then
>
Thanks DJ..
By any chance do u think u could help me out with my problem at
http://discussion.forum.nokia.com/forum/showthread.php?s=&threadid=34162
I'm sure u've done what i'm trying to do,...
Hello ppl,
Funny problem.
I have an array filled with TBTSockAddr values which are inserted when i perform my discovery. My array is defined like this:
CArrayFixSeg<TSockAddr>* sockAddrArray
...
Hello ppl,
Funny problem.
I have an array filled with TBTSockAddr values which are inserted when i perform my discovery. My array is defined like this:
CArrayFixSeg<TSockAddr>* sockAddrArray
...
Elo.
I just wish to help others, if anyone ever crosses such an error.
I was wondering why most bluetooth operations including using sockets to establish connections, take an argument of...
Hmm
i know what u're talking about, but i don't think that is the problem coz when i re-edit (manually, not ctrl-Z) all the code back to the original code that supports only one param, like this:...
I want split a descriptor into several parts. I did not use TLex yet as i thought that i could easily use TBuf.Locate().
I am trying to locate the pipe character '|'.
however whether i use
...
yucca,
Right now i have a TPtrC8 value, which i wish to compare with several other TBufs (which were created a long time ago.)
Problem is that the TBufs are TBuf16s,
Is there any way i can...
Hi
I have a TBuf variable and a TPtrC8 variable
Is there any way i can compare the two? Like using their Compare() functions (if there isn't any other choice..)..
If not how to i convert...
Hi
From a.cpp i'm trying to pass a enumeration to the constructor of b.cpp. The enumeration is defined in a.h as
enum TProgressLevel
{
EF2FNoProgress,
EF2FDeviceFound,...