Commit af11a65
committed
Bluetooth: Classic: fix dynamic local name compilation
Add missing function declaration for bt_br_write_local_name() to
resolve compilation errors when CONFIG_BT_DEVICE_NAME_DYNAMIC
is enabled. The function is now properly declared in classic.h
header file to avoid implicit declaration warnings.
Signed-off-by: Kai Cheng <chengkai@xiaomi.com>1 parent 45765b6 commit af11a65
1 file changed
+5
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 70 | | |
74 | 71 | | |
75 | 72 | | |
| |||
3888 | 3885 | | |
3889 | 3886 | | |
3890 | 3887 | | |
3891 | | - | |
3892 | | - | |
| 3888 | + | |
3893 | 3889 | | |
3894 | | - | |
| 3890 | + | |
3895 | 3891 | | |
3896 | 3892 | | |
3897 | 3893 | | |
| |||
3907 | 3903 | | |
3908 | 3904 | | |
3909 | 3905 | | |
3910 | | - | |
| 3906 | + | |
3911 | 3907 | | |
3912 | 3908 | | |
3913 | 3909 | | |
3914 | | - | |
3915 | 3910 | | |
3916 | 3911 | | |
3917 | 3912 | | |
| |||
4198 | 4193 | | |
4199 | 4194 | | |
4200 | 4195 | | |
4201 | | - | |
| 4196 | + | |
4202 | 4197 | | |
4203 | 4198 | | |
4204 | 4199 | | |
| |||
0 commit comments