• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

micropython / micropython / 12024
98%

Build:
DEFAULT BRANCH: master
Ran 04 Dec 2019 12:46PM UTC
Jobs 1
Files 266
Run time 19s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
12024

push

travis-ci

dpgeorge
extmod/modbluetooth: Add optional 4th arg to gattc_write for write mode.

This allows the user to explicitly select the behaviour of the write to the
remote peripheral.  This is needed for peripherals that have
characteristics with WRITE_NO_RESPONSE set (instead of normal WRITE).  The
function's signature is now:

    BLE.gattc_write(conn_handle, value_handle, data, mode=0)

mode=0 means write without response, while mode=1 means write with
response.  The latter was the original behaviour so this commit is a change
in behaviour of this method, and one should specify 1 as the 4th argument
to get back the old behaviour.

In the future there could be more modes supported, such as long writes.

18791 of 19175 relevant lines covered (98.0%)

351957.89 hits per line

Jobs
ID Job ID Ran Files Coverage
3 12024.3 (NAME="unix coverage build and tests") 04 Dec 2019 12:46PM UTC 0
98.0
Travis Job 12024.3
Source Files on build 12024
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #12024
  • 7aeafe2a on github
  • Prev Build on master (#12022)
  • Next Build on master (#12033)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc