Home
last modified time | relevance | path

Searched refs:get_suggested_tx_octets (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/stack/btm/
Dsecurity_device_record.h386 uint16_t get_suggested_tx_octets() const { return suggested_tx_octets; } in get_suggested_tx_octets() function
Dbtm_ble_sec.cc595 if (p_dev_rec->get_suggested_tx_octets() >= tx_pdu_length) { in BTM_SetBleDataLength()
597 p_dev_rec->get_suggested_tx_octets(), tx_pdu_length); in BTM_SetBleDataLength()