Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Implement ble_gatts_value_set() #195

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on May 11, 2021

  1. Implement ble_gatts_value_set()

    A Python class BLEGattsValue() is also created to feed sd_ble_gatts_value_set()
    dangu committed May 11, 2021
    Configuration menu
    Copy the full SHA
    a2d74ea View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Configuration menu
    Copy the full SHA
    23ee6aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47b9cc5 View commit details
    Browse the repository at this point in the history
  3. Start writing a test for BLEGattsValue()

    Not sure how to create a test for ble_gatts_value_set() using the conn_handle and handle arguments
    dangu committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    ae009cf View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    36c26ef View commit details
    Browse the repository at this point in the history