mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2025-01-24 13:23:29 +08:00
attrib-server: Mark attrib_channel_detach as deprecated
All public attrib-server functions are marked as deprecated until they expose adapter facilities to operate with. This is a transactional patch toward multiple adapter support is implemented. All those functions use default adapter in order to keep backward compatibility.
This commit is contained in:
parent
42de9841d4
commit
b84ab528c8
@ -1402,6 +1402,8 @@ int attrib_gap_set(uint16_t uuid, const uint8_t *value, int len)
|
||||
{
|
||||
uint16_t handle;
|
||||
|
||||
DBG("Deprecated function!");
|
||||
|
||||
/* FIXME: Missing Privacy and Reconnection Address */
|
||||
|
||||
switch (uuid) {
|
||||
|
Loading…
Reference in New Issue
Block a user