nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches

◆ broadcast_source_id_get()

int broadcast_source_id_get ( uint8_t  big_index,
uint32_t *  broadcast_id 
)

Get the broadcast ID for the given Broadcast Isochronous Group (BIG).

Note
The broadcast ID is used to identify the broadcast. Its value is three octets long. This function should only be called after the BIG has been created.
Parameters
[in]big_indexIndex of the Broadcast Isochronous Group (BIG) to get the broadcast ID for.
[out]broadcast_idPointer to the broadcast ID.
Returns
0 for success, error otherwise.