mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-08 19:17:56 +00:00
nimble/ll: Rename DTM syscfg
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include "syscfg/syscfg.h"
|
||||
#include "sysinit/sysinit.h"
|
||||
|
||||
#if MYNEWT_VAL(BLE_LL_DIRECT_TEST_MODE)
|
||||
#if MYNEWT_VAL(BLE_LL_DTM)
|
||||
|
||||
#include <assert.h>
|
||||
#include "os/os.h"
|
||||
|
||||
@@ -980,7 +980,7 @@ ble_ll_hci_le_cmd_proc(uint8_t *cmdbuf, uint16_t ocf, uint8_t *rsplen,
|
||||
rc = ble_ll_hci_le_read_supp_states(rspbuf, rsplen);
|
||||
}
|
||||
break;
|
||||
#if MYNEWT_VAL(BLE_LL_DIRECT_TEST_MODE)
|
||||
#if MYNEWT_VAL(BLE_LL_DTM)
|
||||
case BLE_HCI_OCF_LE_TX_TEST:
|
||||
if (len == BLE_HCI_TX_TEST_LEN) {
|
||||
rc = ble_ll_dtm_tx_test(cmdbuf, false);
|
||||
|
||||
@@ -292,10 +292,10 @@ syscfg.defs:
|
||||
be used.
|
||||
value: "(uint8_t[6]){0x00, 0x00, 0x00, 0x00, 0x00, 0x00}"
|
||||
|
||||
BLE_LL_DIRECT_TEST_MODE:
|
||||
BLE_LL_DTM:
|
||||
description: >
|
||||
Enables HCI Test commands needed for Bluetooth SIG certification
|
||||
value: 0
|
||||
value: MYNEWT_VAL(BLE_LL_DIRECT_TEST_MODE)
|
||||
|
||||
BLE_LL_VND_EVENT_ON_ASSERT:
|
||||
description: >
|
||||
@@ -322,6 +322,11 @@ syscfg.defs:
|
||||
was sent from controller.
|
||||
value: -1
|
||||
|
||||
# deprecated settings (to be defunct/removed eventually)
|
||||
BLE_LL_DIRECT_TEST_MODE:
|
||||
description: use BLE_LL_DTM instead
|
||||
value: 0
|
||||
|
||||
# defunct settings (to be removed eventually)
|
||||
BLE_DEVICE:
|
||||
description: Superseded by BLE_CONTROLLER
|
||||
|
||||
Reference in New Issue
Block a user