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.cc791 uint16_t tx_pdu_length) { in BTM_SetBleDataLength() argument
793 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()
/system/bt/stack/include/
Dbtm_ble_api.h581 uint16_t tx_pdu_length);
/system/bt/main/shim/
Dbtm_api.h730 uint16_t tx_pdu_length);
Dbtm_api.cc894 uint16_t tx_pdu_length) { in BTM_SetBleDataLength() argument