I'm trying to setup a connection point datbase but am having problems setting up an HSCSD connection.
I have the following :-
CApAccessPointItem* ap = CApAccessPointItem::NewLC();
later in the code I have:
ap->SetBearerTypeL(bearer);
Now, if bearer is EApBearerTypeCSD then everything works ok but if I use bearer = EApBearerTypeHSCSD then the thread terminates with an error (code = 0x30D44)
I have already set the connection point namein 'ap'.