/* Program ID: NXTcommM01.nxc Create Date: 2009-5-20 NXT BT LCP testing/Master side */ #define BT_CHANNEL 1 #define SLAVE_DEVICE "CH_NXT_B" #define SLAVE_PROGRAM "NRLink-8183CPM3.rxe" /* ******************************************************** * Search slave device index on My contacts list, then * establish connection * ******************************************************** */ bool Build_Connection(byte BtChannel, const string BtDevname) { string msg; bool isOK = FALSE; byte idx = 0; ClearScreen(); TextOut(0, LCD_LINE1,StrCat("Search " ,BtDevname," " )); TextOut(0, LCD_LINE2,"in My Contact " ); for (byte xii=0; xii