Searched refs:max_phy_pyld (Results 1 – 1 of 1) sorted by relevance
4324 uint8_t max_phy_pyld; in ble_ll_conn_module_reset() local4355 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()