net/nimble; we reject BCM2837 on raspberry pi for higher tx power report. Up the allowed range to accomodate it.
Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/83c0b03e Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/83c0b03e Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/83c0b03e Branch: refs/heads/master Commit: 83c0b03e28c0fea8b5bec46b0075aebdf01984dd Parents: b2a367e Author: Marko Kiiskila <[email protected]> Authored: Tue Apr 25 11:03:20 2017 -0700 Committer: Christopher Collins <[email protected]> Committed: Tue May 16 11:33:41 2017 -0700 ---------------------------------------------------------------------- net/nimble/include/nimble/hci_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/83c0b03e/net/nimble/include/nimble/hci_common.h ---------------------------------------------------------------------- diff --git a/net/nimble/include/nimble/hci_common.h b/net/nimble/include/nimble/hci_common.h index ff34316..4387caf 100644 --- a/net/nimble/include/nimble/hci_common.h +++ b/net/nimble/include/nimble/hci_common.h @@ -191,7 +191,7 @@ extern "C" { /* --- LE advertising channel tx power (OCF 0x0007) */ #define BLE_HCI_ADV_CHAN_TXPWR_ACK_PARAM_LEN (2) /* Includes status byte. */ #define BLE_HCI_ADV_CHAN_TXPWR_MIN (-20) -#define BLE_HCI_ADV_CHAN_TXPWR_MAX (10) +#define BLE_HCI_ADV_CHAN_TXPWR_MAX (12) /* --- LE set advertising data (OCF 0x0008) */ #define BLE_HCI_MAX_ADV_DATA_LEN (31)
