Searched refs:tx_pdu_length (Results 1 – 2 of 2) sorted by relevance
753 uint16_t tx_pdu_length) { in BTM_SetBleDataLength() argument763 BTM_TRACE_DEBUG("%s: tx_pdu_length =%d", __func__, tx_pdu_length); in BTM_SetBleDataLength()775 if (tx_pdu_length > BTM_BLE_DATA_SIZE_MAX) in BTM_SetBleDataLength()776 tx_pdu_length = BTM_BLE_DATA_SIZE_MAX; in BTM_SetBleDataLength()777 else if (tx_pdu_length < BTM_BLE_DATA_SIZE_MIN) in BTM_SetBleDataLength()778 tx_pdu_length = BTM_BLE_DATA_SIZE_MIN; in BTM_SetBleDataLength()783 btsnd_hcic_ble_set_data_length(p_acl->hci_handle, tx_pdu_length, tx_time); in BTM_SetBleDataLength()
738 uint16_t tx_pdu_length);