Searched refs:tx_pdu_length (Results 1 – 4 of 4) sorted by relevance
791 uint16_t tx_pdu_length) { in BTM_SetBleDataLength() argument793 return bluetooth::shim::BTM_SetBleDataLength(bd_addr, tx_pdu_length); in BTM_SetBleDataLength()804 BTM_TRACE_DEBUG("%s: tx_pdu_length =%d", __func__, tx_pdu_length); in BTM_SetBleDataLength()816 if (tx_pdu_length > BTM_BLE_DATA_SIZE_MAX) in BTM_SetBleDataLength()817 tx_pdu_length = BTM_BLE_DATA_SIZE_MAX; in BTM_SetBleDataLength()818 else if (tx_pdu_length < BTM_BLE_DATA_SIZE_MIN) in BTM_SetBleDataLength()819 tx_pdu_length = BTM_BLE_DATA_SIZE_MIN; in BTM_SetBleDataLength()824 btsnd_hcic_ble_set_data_length(p_acl->hci_handle, tx_pdu_length, tx_time); in BTM_SetBleDataLength()
581 uint16_t tx_pdu_length);
730 uint16_t tx_pdu_length);
894 uint16_t tx_pdu_length) { in BTM_SetBleDataLength() argument