/hal_espressif-latest/components/bt/host/bluedroid/stack/hcic/ |
D | hciblecmds.c | 1632 … UINT16 sync_timeout, UINT8 unused) in btsnd_hcic_ble_periodic_adv_create_sync() argument 1637 __func__, option, adv_sid, adv_addr_type, sync_timeout, unused); in btsnd_hcic_ble_periodic_adv_create_sync() 1650 UINT16_TO_STREAM(pp, sync_timeout); in btsnd_hcic_ble_periodic_adv_create_sync() 1866 …sync_trans_params(UINT16 conn_handle, UINT8 mode, UINT16 skip, UINT16 sync_timeout, UINT8 cte_type) in btsnd_hcic_ble_set_periodic_adv_sync_trans_params() argument 1871 …CE_DEBUG("%s conn handle %x, mode %x, sync timeout %x", __func__, conn_handle, mode, sync_timeout); in btsnd_hcic_ble_set_periodic_adv_sync_trans_params() 1883 UINT16_TO_STREAM(pp, sync_timeout); in btsnd_hcic_ble_set_periodic_adv_sync_trans_params() 1890 …efault_periodic_adv_sync_trans_params(UINT8 mode, UINT16 skip, UINT16 sync_timeout, UINT8 cte_type) in btsnd_hcic_ble_set_default_periodic_adv_sync_trans_params() argument 1895 HCI_TRACE_DEBUG("%s mode %x, skip %x, sync timeout %x", __func__, mode, skip, sync_timeout); in btsnd_hcic_ble_set_default_periodic_adv_sync_trans_params() 1906 UINT16_TO_STREAM(pp, sync_timeout); in btsnd_hcic_ble_set_default_periodic_adv_sync_trans_params()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/ |
D | btm_ble_5_gap.c | 822 if ((params->sync_timeout < 0x0a || params->sync_timeout > 0x4000) in BTM_BlePeriodicAdvCreateSync() 854 params->addr, params->sync_timeout, 0)) { in BTM_BlePeriodicAdvCreateSync() 1464 …icAdvSyncTransParams(BD_ADDR bd_addr, UINT8 mode, UINT16 skip, UINT16 sync_timeout, UINT8 cte_type) in BTM_BleSetPeriodicAdvSyncTransParams() argument 1472 …btsnd_hcic_ble_set_default_periodic_adv_sync_trans_params(mode, skip, sync_timeout, cte_type)) != … in BTM_BleSetPeriodicAdvSyncTransParams() 1496 …btsnd_hcic_ble_set_periodic_adv_sync_trans_params(p_lcb->handle, mode, skip, sync_timeout, cte_typ… in BTM_BleSetPeriodicAdvSyncTransParams()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/ |
D | hcimsgs.h | 1023 … UINT16 sync_timeout, UINT8 unused); 1067 …sync_trans_params(UINT16 conn_handle, UINT8 mode, UINT16 skip, UINT16 sync_timeout, UINT8 cte_type… 1069 …efault_periodic_adv_sync_trans_params(UINT8 mode, UINT16 skip, UINT16 sync_timeout, UINT8 cte_type…
|
D | btm_ble_api.h | 821 UINT16 sync_timeout; member 2806 …icAdvSyncTransParams(BD_ADDR bd_addr, UINT8 mode, UINT16 skip, UINT16 sync_timeout, UINT8 cte_type…
|
/hal_espressif-latest/tools/esptool_py/docs/en/esptool/ |
D | configuration-file.rst | 92 | sync_timeout | Timeout for syncing with the bootloader | 0.1 s …
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_gap_ble_api.h | 981 uint16_t sync_timeout; /*!< Synchronization timeout */ member 1069 …uint16_t sync_timeout; /*!< synchronization timeout for the periodic advertising trai… member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_api.h | 1572 UINT16 sync_timeout; member 1656 UINT16 sync_timeout; member
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gap/ |
D | btc_gap_ble.c | 2270 params.sync_timeout = arg_5->periodic_adv_create_sync.params.sync_timeout; in btc_gap_ble_call_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 5991 p_data->ble_set_past_params.params.sync_timeout, in bta_dm_ble_gap_set_periodic_adv_sync_trans_params()
|