Skip to content

Commit 8660457

Browse files
cvinayakcarlescufi
authored andcommitted
Bluetooth: Controller: Apply suggestions from code review
Apply suggestions from code review. Signed-off-by: Vinayak Kariappa Chettimada <[email protected]>
1 parent 6b9b16f commit 8660457

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

subsys/bluetooth/controller/ll_sw/ull_sync.c

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -360,6 +360,17 @@ uint8_t ll_sync_terminate(uint16_t handle)
360360
return 0;
361361
}
362362

363+
/* @brief Link Layer interface function corresponding to HCI LE Set Periodic
364+
* Advertising Receive Enable command.
365+
*
366+
* @param[in] handle Sync_Handle identifying the periodic advertising
367+
* train. Range: 0x0000 to 0x0EFF.
368+
* @param[in] enable Bit number 0 - Reporting Enabled.
369+
* Bit number 1 - Duplicate filtering enabled.
370+
* All other bits - Reserved for future use.
371+
*
372+
* @return HCI error codes as documented in Bluetooth Core Specification v5.3.
373+
*/
363374
uint8_t ll_sync_recv_enable(uint16_t handle, uint8_t enable)
364375
{
365376
struct ll_sync_set *sync;

0 commit comments

Comments
 (0)