Please suggests...
I want to send parameter like this ...
uint8_t val = 0x00,0xff;
NSData *data = [NSData dataWithBytes:&val length:1];
[proximityPeripheral writeValue:data forCharacteristic:self.immidiateAlertCharacteristic type:CBCharacteristicWriteWithoutResponse];
IN iOS.. BUT ITS GIVING WRONG..