Bluetooth: controller: Fix return value type
This should match prototype in ll.h. Signed-off-by: Andrzej Kaczmarek <andrzej.kaczmarek@codecoup.pl>
This commit is contained in:
parent
11cf7ad3ff
commit
5f8dd00a6a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ uint8_t *ll_addr_get(uint8_t addr_type, uint8_t *bdaddr)
|
|||
return pub_addr;
|
||||
}
|
||||
|
||||
uint32_t ll_addr_set(uint8_t addr_type, uint8_t const *const bdaddr)
|
||||
uint8_t ll_addr_set(uint8_t addr_type, uint8_t const *const bdaddr)
|
||||
{
|
||||
if (IS_ENABLED(CONFIG_BT_BROADCASTER)) {
|
||||
uint32_t status = ull_adv_is_enabled(0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue