]> granicus.if.org Git - esp-idf/commit
protocomm_ble : Fixed custom service UUID support
authorAnurag Kar <anurag.kar@espressif.com>
Thu, 9 May 2019 21:30:13 +0000 (03:00 +0530)
committerbot <bot@espressif.com>
Wed, 15 May 2019 12:27:03 +0000 (12:27 +0000)
commit120bd3a45683a3c75a951d47332b03800cd7cd68
tree75d021e2c1182f54bcfe076c855dd794464788ac
parentf9043c43c98a705f8870bd72cfea1b5469da0647
protocomm_ble : Fixed custom service UUID support

List of changes:
* Use 128 bit characteristic UUIDs when creating GATT table entries
* Change primary service attribute value to 128 bit custom service UUID
* Use raw advertisement data to convey flags and 128 bit primary service UUID
* Use raw scan response to send device name as complete local name
* Increase maximum device name length in relation to maximum scan response length
* Set Characteristic User Description attributes for each characteristic to convey protocomm endpoint names
components/protocomm/include/transports/protocomm_ble.h
components/protocomm/src/simple_ble/simple_ble.c
components/protocomm/src/simple_ble/simple_ble.h
components/protocomm/src/transports/protocomm_ble.c