Searched refs:tx_pdu_length (Results 1 – 4 of 4) sorted by relevance
833 uint16_t tx_pdu_length) { in BTM_SetBleDataLength() argument835 return bluetooth::shim::BTM_SetBleDataLength(bd_addr, tx_pdu_length); in BTM_SetBleDataLength()846 BTM_TRACE_DEBUG("%s: tx_pdu_length =%d", __func__, tx_pdu_length); in BTM_SetBleDataLength()858 if (tx_pdu_length > BTM_BLE_DATA_SIZE_MAX) in BTM_SetBleDataLength()859 tx_pdu_length = BTM_BLE_DATA_SIZE_MAX; in BTM_SetBleDataLength()860 else if (tx_pdu_length < BTM_BLE_DATA_SIZE_MIN) in BTM_SetBleDataLength()861 tx_pdu_length = BTM_BLE_DATA_SIZE_MIN; in BTM_SetBleDataLength()866 btsnd_hcic_ble_set_data_length(p_acl->hci_handle, tx_pdu_length, tx_time); in BTM_SetBleDataLength()
738 uint16_t tx_pdu_length);
774 uint16_t tx_pdu_length);
921 uint16_t tx_pdu_length) { in BTM_SetBleDataLength() argument