Files
Prasad Alatkar 1daea16086 NimBLE: Fix misc warnings and return code in ble_hs_tx_data
- Previously `ble_hs_tx_data` returned 0 irrespective of error code returned by
  `ble_hci_trans_hs_acl_tx`.
- Minor changes in `porting/nimble/` and `ble_gattc.c` to remove discard const
  qualifier warnings, fixes #4028.
2021-12-06 14:19:33 +05:30
..