Found 37 other functions taking a
ble_uuid_t
argument:
Converts the specified UUID to its string representation. Example string representations: o 16-bit: 0x1234 o 32-bit: 0x12345678 o 128-bit: 12345678-1234-1234-1234-123456789abc
Converts the specified 16-bit UUID to a uint16_t.
Compares two Bluetooth UUIDs.
Register a host attribute with the BLE stack.
Retrieves the attribute handle associated with a local GATT service.
Find a host attribute by UUID.
Retrieves the pair of attribute handles associated with a local GATT characteristic.
Initiates GATT procedure: Discover Primary Service by Service UUID.
Deletes a service with corresponding uuid. All services deleted in this manner will be deleted immidietely.
Initiates GATT procedure: Discover Characteristics by UUID.
Initiates GATT procedure: Read Using Characteristic UUID.
Retrieves the attribute handle associated with a local GATT descriptor.