how to bluetooth in windows ce devices
-
dear all, i wanted to develop an application for my pcoket pc. Application should understand all the phone models and sync data between the BT paired mobile phones. I am new to this Bluetooth technology. Any body tell me how to start and develop application using bluetooh technology ? What are all the bluetooh standards to syncronize data like address book, phon book info and also accept and reject calls from my pcoket pc to control my mobile phone. any ideas, resources and suggestions are most welcome. regards, aks
-
dear all, i wanted to develop an application for my pcoket pc. Application should understand all the phone models and sync data between the BT paired mobile phones. I am new to this Bluetooth technology. Any body tell me how to start and develop application using bluetooh technology ? What are all the bluetooh standards to syncronize data like address book, phon book info and also accept and reject calls from my pcoket pc to control my mobile phone. any ideas, resources and suggestions are most welcome. regards, aks
Hi, What is your target device? If your device is iPaq,it has Widcomm Stack so you can't using MS function, but you can use CreateFile() with COM8 and it will open your BlueTooth manager to do the pairing. If you has MS stack,you can use MS function(WSALookupServiceBegin() etc.). Regards, Eli
-
Hi, What is your target device? If your device is iPaq,it has Widcomm Stack so you can't using MS function, but you can use CreateFile() with COM8 and it will open your BlueTooth manager to do the pairing. If you has MS stack,you can use MS function(WSALookupServiceBegin() etc.). Regards, Eli
hi, i have not decided yet.i will tell you as soon as identified the target device. how to sync data(call list, sim - phone book, address book and etc.,) from mobile phone to pocket pc over bluetooh connection (1) what are all the standards to sync data to win ce device from other cellular phones ? (2) do you know any standards ? (3) do you have any idea about OBEX / SyncML ? please do let me know if you have any valid information! regards, siva
-
Hi, What is your target device? If your device is iPaq,it has Widcomm Stack so you can't using MS function, but you can use CreateFile() with COM8 and it will open your BlueTooth manager to do the pairing. If you has MS stack,you can use MS function(WSALookupServiceBegin() etc.). Regards, Eli
hi, i have BT enabled pocket pc and i have BT enabled nokie mobile phone. i want to sync data(address book, phone book, call list ) to my pocket pc. is there any way to do it ? standards are there to sync data ? any idea ..? regards, aks
-
Hi, What is your target device? If your device is iPaq,it has Widcomm Stack so you can't using MS function, but you can use CreateFile() with COM8 and it will open your BlueTooth manager to do the pairing. If you has MS stack,you can use MS function(WSALookupServiceBegin() etc.). Regards, Eli
hi, thanks for your reply. i want to develop application using eVC++ 4.0 for windows ce 5.0 device. Actually, i want to get the phoone book data(such as call hsitory list, outgoing, received calls, missed calls, address book, sms message list ) from nokia phone to my pocket pc over bluetooh conenction. i am able to establish BT connection between two device. what profile do i need to use for getting the phone data ? do i need to use AT command over serial profile, or object push profile or syncML or IrMC standard ? please do let me know if you have any idea about it. please suggest me in detail. regards, aks