Skip to content

Successfully send command on TX side but Unable to receive data on RX side. #14

Description

@pathanparvezkhan

static let kBLEService_UUID = "6e400001-b5a3-f393-e0a9-e50e24dcca9e"
static let kBLE_Characteristic_uuid_Tx = "6e400002-b5a3-f393-e0a9-e50e24dcca9e"
static let kBLE_Characteristic_uuid_Rx = "6e400003-b5a3-f393-e0a9-e50e24dcca9e"

//To notify
peripheral.setNotifyValue(true, for: rxCharacteristic!)

//To write data
blePeripheral.writeValue(Data(byteArray), for: txCharacteristic, type: CBCharacteristicWriteType.withoutResponse)

Not received any updates on RX side. I have checked characteristics properties for TX(write, write without response), for RX(notify).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions