Home
last modified time | relevance | path

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

/system/bt/stack/btm/
Dbtm_ble.cc652 uint16_t tx_pdu_length) { in BTM_SetBleDataLength() argument
658 if (tx_pdu_length > BTM_BLE_DATA_SIZE_MAX) in BTM_SetBleDataLength()
659 tx_pdu_length = BTM_BLE_DATA_SIZE_MAX; in BTM_SetBleDataLength()
660 else if (tx_pdu_length < BTM_BLE_DATA_SIZE_MIN) in BTM_SetBleDataLength()
661 tx_pdu_length = BTM_BLE_DATA_SIZE_MIN; in BTM_SetBleDataLength()
677 btsnd_hcic_ble_set_data_length(handle, tx_pdu_length, tx_time); in BTM_SetBleDataLength()
688 tx_pdu_length = std::min<uint16_t>( in BTM_SetBleDataLength()
689 tx_pdu_length, in BTM_SetBleDataLength()
694 btsnd_hcic_ble_set_data_length(hci_handle, tx_pdu_length, tx_time); in BTM_SetBleDataLength()
/system/bt/stack/include/
Dbtm_ble_api.h583 uint16_t tx_pdu_length);
Dbtm_client_interface.h166 uint16_t tx_pdu_length);
/system/bt/test/mock/
Dmock_stack_btm_ble.cc103 uint16_t tx_pdu_length) { in BTM_SetBleDataLength() argument