mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-17 01:04:40 +08:00
Fix serial proxy record info attributes
This commit is contained in:
parent
a5650fa417
commit
9e239f6af9
@ -217,8 +217,7 @@ static sdp_record_t *proxy_record_new(const char *uuid128, uint8_t channel)
|
||||
|
||||
add_lang_attr(record);
|
||||
|
||||
sdp_set_info_attr(record, "Port Proxy Entity",
|
||||
NULL, "Port Proxy Entity");
|
||||
sdp_set_info_attr(record, "Serial Proxy", NULL, "Serial Proxy");
|
||||
|
||||
sdp_data_free(ch);
|
||||
sdp_list_free(proto[0], NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user