pub unsafe extern "C" fn ble_uuid_u16(uuid: *const ble_uuid_t) -> u16
Expand description
@brief Converts the specified 16-bit UUID to a uint16_t.
@param uuid The source UUID to convert.
@return The converted integer on success, NULL if the specified UUID is not 16 bits.