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.cc833 uint16_t tx_pdu_length) { in BTM_SetBleDataLength() argument
835 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()
/system/bt/stack/include/
Dbtm_ble_api.h738 uint16_t tx_pdu_length);
/system/bt/main/shim/
Dbtm_api.h774 uint16_t tx_pdu_length);
Dbtm_api.cc921 uint16_t tx_pdu_length) { in BTM_SetBleDataLength() argument