Home
last modified time | relevance | path

Searched refs:adv_sync_handle (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_llcp.h289 uint8_t *adv_sync_handle, uint16_t *sync_handle);
Dull_conn.c2785 uint8_t adv_sync_handle; in mfy_past_sender_offset_get() local
2793 ull_lp_past_offset_get_calc_params(conn, &adv_sync_handle, &sync_handle); in mfy_past_sender_offset_get()
2795 if (adv_sync_handle == BT_HCI_ADV_HANDLE_INVALID && in mfy_past_sender_offset_get()
2801 if (adv_sync_handle != BT_HCI_ADV_HANDLE_INVALID) { in mfy_past_sender_offset_get()
2802 const struct ll_adv_sync_set *adv_sync = ull_adv_sync_get(adv_sync_handle); in mfy_past_sender_offset_get()
2806 ticker_offset_us = get_ticker_offset(TICKER_ID_ADV_SYNC_BASE + adv_sync_handle, in mfy_past_sender_offset_get()
Dull_llcp.c1452 uint8_t *adv_sync_handle, uint16_t *sync_handle) argument
1459 *adv_sync_handle = ctx->data.periodic_sync.adv_handle;
1462 *adv_sync_handle = BT_HCI_ADV_HANDLE_INVALID;