mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-24 06:02:43 +00:00
auto-pts: disable automatic central pairing
This commit is contained in:
parent
c1bdf5f954
commit
bb6eca40f0
39
test/auto-pts/btstack_config.h
Normal file
39
test/auto-pts/btstack_config.h
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
//
|
||||||
|
// btstack_config.h for most tests
|
||||||
|
//
|
||||||
|
|
||||||
|
#ifndef __BTSTACK_CONFIG
|
||||||
|
#define __BTSTACK_CONFIG
|
||||||
|
|
||||||
|
// Port related features
|
||||||
|
#define HAVE_MALLOC
|
||||||
|
#define HAVE_POSIX_TIME
|
||||||
|
#define HAVE_POSIX_FILE_IO
|
||||||
|
#define HAVE_BTSTACK_STDIN
|
||||||
|
#define HAVE_ASSERT
|
||||||
|
|
||||||
|
|
||||||
|
// BTstack features that can be enabled
|
||||||
|
#define ENABLE_BLE
|
||||||
|
#define ENABLE_CLASSIC
|
||||||
|
// #define ENABLE_LOG_DEBUG
|
||||||
|
// #define ENABLE_GATT_CLIENT_PAIRING
|
||||||
|
#define ENABLE_LOG_ERROR
|
||||||
|
#define ENABLE_LOG_INFO
|
||||||
|
#define ENABLE_SDP_DES_DUMP
|
||||||
|
#define ENABLE_SDP_EXTRA_QUERIES
|
||||||
|
// #define ENABLE_LE_SECURE_CONNECTIONS
|
||||||
|
#define ENABLE_LE_SIGNED_WRITE
|
||||||
|
#define ENABLE_LE_PERIPHERAL
|
||||||
|
#define ENABLE_LE_CENTRAL
|
||||||
|
#define ENABLE_SDP_EXTRA_QUERIES
|
||||||
|
#define ENABLE_L2CAP_ENHANCED_RETRANSMISSION_MODE
|
||||||
|
#define ENABLE_BTP
|
||||||
|
|
||||||
|
// BTstack configuration. buffers, sizes, ...
|
||||||
|
#define HCI_ACL_PAYLOAD_SIZE 1024
|
||||||
|
#define HCI_INCOMING_PRE_BUFFER_SIZE 6
|
||||||
|
#define NVM_NUM_LINK_KEYS 2
|
||||||
|
#define NVM_NUM_DEVICE_DB_ENTRIES 4
|
||||||
|
|
||||||
|
#endif
|
Loading…
x
Reference in New Issue
Block a user