Bluetooth: Audio: Spring cleaning
Adds, removes and modifies includes in all LE audio files. Fixes any found spelling mistakes as well. Fixes a few places where incorrect types were used. Signed-off-by: Emil Gydesen <emil.gydesen@nordicsemi.no>
This commit is contained in:
parent
06bb9f258a
commit
ebadb11645
146 changed files with 1912 additions and 600 deletions
|
@ -7,8 +7,11 @@
|
|||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#include <zephyr/bluetooth/audio/csip.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <zephyr/bluetooth/audio/csip.h>
|
||||
#include <zephyr/bluetooth/conn.h>
|
||||
#include <zephyr/bluetooth/gatt.h>
|
||||
|
||||
#define BT_CSIP_SIRK_TYPE_ENCRYPTED 0x00
|
||||
#define BT_CSIP_SIRK_TYPE_PLAIN 0x01
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue