Home
last modified time | relevance | path

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

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/btm/
Dbtm_ble.c867 tBTM_STATUS BTM_SetBleDataLength(BD_ADDR bd_addr, UINT16 tx_pdu_length) in BTM_SetBleDataLength() argument
871 BTM_TRACE_DEBUG("%s: tx_pdu_length =%d", __FUNCTION__, tx_pdu_length); in BTM_SetBleDataLength()
884 if (tx_pdu_length > BTM_BLE_DATA_SIZE_MAX) { in BTM_SetBleDataLength()
885 tx_pdu_length = BTM_BLE_DATA_SIZE_MAX; in BTM_SetBleDataLength()
886 } else if (tx_pdu_length < BTM_BLE_DATA_SIZE_MIN) { in BTM_SetBleDataLength()
887 tx_pdu_length = BTM_BLE_DATA_SIZE_MIN; in BTM_SetBleDataLength()
891 btsnd_hcic_ble_set_data_length(p_acl->hci_handle, tx_pdu_length, in BTM_SetBleDataLength()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/include/stack/
Dbtm_ble_api.h2524 tBTM_STATUS BTM_SetBleDataLength(BD_ADDR bd_addr, UINT16 tx_pdu_length);