File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
subsys/bluetooth/controller/ll_sw Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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+ */
363374uint8_t ll_sync_recv_enable (uint16_t handle , uint8_t enable )
364375{
365376 struct ll_sync_set * sync ;
You can’t perform that action at this time.
0 commit comments