===== Bluetooth_GetState ===== ==== Синтаксис ==== int Bluetooth_GetState( void ); ==== Описание ==== Функция проверяет, включен ли Bluetooth ==== Возвращаемое значение ==== * **1** - Bluetooth включен * **0** - Bluetooth выключен ==== Пример ==== if(Bluetooth_GetState()) MessageBox(EMPTY_TEXTID, STR("Bluetooth включен"), NOIMAGE, 1 ,5000, 0); else MessageBox(EMPTY_TEXTID, STR("Bluetooth выключен"), NOIMAGE, 1 ,5000, 0);