Sorry, but there are no more tags available to filter with.
  • read device name

    Hi, I try to access Generic Access to get device name. So, I modified "ble_bas_c.c - ble_bas_c_init()" like this. bas_uuid.type = BLE_UUID_GAP_CHARACTERISTIC_DEVICE_NAME; bas_uuid.uuid = BLE_UUID_TYPE_BLE; mp_ble_bas_c = p_ble_bas_c; mp_ble_bas_c…