JS::BLE::GATT module of PicoRuby

Singleton methods

normalize_uuid

JS::BLE::GATT.normalize_uuid(String uuid) -> (Integer | String)

request_device

JS::BLE::GATT.request_device(
        ?name: String,
        ?name_prefix: String,
        ?services: Array[String],
        ?optional_services: Array[String]
      ) -> JS::BLE::GATT::Device?

uuids_to_js_array

JS::BLE::GATT.uuids_to_js_array(Array[String] uuids) -> JS::Object
Tags: