Home
last modified time | relevance | path

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

/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_conn.c4324 uint8_t max_phy_pyld; in ble_ll_conn_module_reset() local
4355 max_phy_pyld = ble_phy_max_data_pdu_pyld(); in ble_ll_conn_module_reset()
4360 maxbytes = min(MYNEWT_VAL(BLE_LL_SUPP_MAX_RX_BYTES), max_phy_pyld); in ble_ll_conn_module_reset()
4368 maxbytes = min(MYNEWT_VAL(BLE_LL_SUPP_MAX_TX_BYTES), max_phy_pyld); in ble_ll_conn_module_reset()
4376 maxbytes = min(MYNEWT_VAL(BLE_LL_CONN_INIT_MAX_TX_BYTES), max_phy_pyld); in ble_ll_conn_module_reset()