Hi Marcel, Could you give me pointers on this libbluetooth API? I can't seem to figure out which ones of these replacements belong to libbluetooth. Thanks, Archie On Thu, 2 Sept 2021 at 15:13, Marcel Holtmann <marcel@xxxxxxxxxxxx> wrote: > > Hi Archie, > > > BT core spec 5.3 promotes the usage of inclusive languages. > > This CL replaces some terms with the more appropriate counterparts, > > such as "central", "peripheral", and "accept list". > > --- > > > > Changes in v2: > > * Merging several patches from the same directory into one > > > > android/bluetooth.c | 4 ++-- > > btio/btio.c | 20 ++++++++-------- > > lib/hci.c | 52 +++++++++++++++++++++--------------------- > > lib/hci.h | 44 +++++++++++++++++------------------ > > lib/hci_lib.h | 8 +++---- > > lib/l2cap.h | 2 +- > > lib/mgmt.h | 2 +- > > lib/rfcomm.h | 2 +- > > monitor/control.c | 4 ++-- > > profiles/health/mcap.c | 2 +- > > src/adapter.c | 4 ++-- > > src/sdpd-server.c | 2 +- > > tools/hcitool.c | 8 +++---- > > tools/l2test.c | 4 ++-- > > tools/oobtest.c | 4 ++-- > > tools/parser/hci.c | 14 ++++++------ > > tools/rctest.c | 4 ++-- > > tools/rfcomm.c | 2 +- > > 18 files changed, 91 insertions(+), 91 deletions(-) > > so I am not sure if my comments were unclear last time, but touching libbluetooth is no go until we have deprecated it. So as long as it can be still installed by distributions (and it is), you can not break API. > > Regards > > Marcel >