mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-11 21:14:36 +08:00
android/daemon: Implement get adapter name
Use adapter_name_changed for get_property call.
This commit is contained in:
parent
fe552a1a5d
commit
c98ce8a67b
@ -1019,11 +1019,12 @@ static void send_adapter_address(void)
|
||||
|
||||
static bool get_name(void)
|
||||
{
|
||||
DBG("Not implemented");
|
||||
if (!adapter->name)
|
||||
return false;
|
||||
|
||||
/* TODO: Add implementation */
|
||||
adapter_name_changed((uint8_t *) adapter->name);
|
||||
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
static bool get_uuids(void)
|
||||
|
Loading…
Reference in New Issue
Block a user