[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on issue #687: Return code from ble_hs_hci_cmd_tx is HEX207, while it should be a BLE_HS_E... type of error

2019-12-03 Thread GitBox
andrzej-kaczmarek commented on issue #687: Return code from ble_hs_hci_cmd_tx is HEX207, while it should be a BLE_HS_E... type of error URL: https://github.com/apache/mynewt-nimble/issues/687#issuecomment-561271861 comment is correct - this is not a raw HCI code, but a HCI code converted

[GitHub] [mynewt-nimble] andrzej-kaczmarek commented on issue #687: Return code from ble_hs_hci_cmd_tx is HEX207, while it should be a BLE_HS_E... type of error

2019-12-03 Thread GitBox
andrzej-kaczmarek commented on issue #687: Return code from ble_hs_hci_cmd_tx is HEX207, while it should be a BLE_HS_E... type of error URL: https://github.com/apache/mynewt-nimble/issues/687#issuecomment-561259132 error codes with base `0x200` are HCI errors so `0x207` is a HCI error code