Bluetooth: Kconfig: Rename CONFIG_BLUETOOTH_* to CONFIG_BT_*
The API name space for Bluetooth is bt_* and BT_* so it makes sense to align the Kconfig name space with this. The additional benefit is that this also makes the names shorter. It is also in line with what Linux uses for Bluetooth Kconfig entries. Some Bluetooth-related Networking Kconfig defines are renamed as well in order to be consistent, such as NET_L2_BLUETOOTH. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
02383dee67
commit
2975ca0754
286 changed files with 3405 additions and 3421 deletions
|
@ -485,8 +485,7 @@ ssize_t bt_gatt_attr_read_chrc(struct bt_conn *conn,
|
|||
.properties = _props, }),\
|
||||
}
|
||||
|
||||
#define BT_GATT_CCC_MAX (CONFIG_BLUETOOTH_MAX_PAIRED + \
|
||||
CONFIG_BLUETOOTH_MAX_CONN)
|
||||
#define BT_GATT_CCC_MAX (CONFIG_BT_MAX_PAIRED + CONFIG_BT_MAX_CONN)
|
||||
|
||||
/** @brief GATT CCC configuration entry.
|
||||
* @param valid Valid flag
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue