pub type protocomm_ble_name_uuid_t = name_uuid;
Expand description

@brief This structure maps handler required by protocomm layer to UUIDs which are used to uniquely identify BLE characteristics from a smartphone or a similar client device.

Aliased Type§

struct protocomm_ble_name_uuid_t {
    pub name: *const i8,
    pub uuid: u16,
}

Fields§

§name: *const i8

Name of the handler, which is passed to protocomm layer

§uuid: u16

UUID to be assigned to the BLE characteristic which is mapped to the handler