Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_device_controller.cc331 uint16_t get_ble_maximum_tx_time(void) { return ble_supported_max_tx_time; } in get_ble_maximum_tx_time() function
435 get_ble_maximum_tx_time,
/aosp12/system/bt/device/include/
H A Dcontroller.h104 uint16_t (*get_ble_maximum_tx_time)(void); member
/aosp12/system/bt/device/src/
H A Dcontroller.cc668 static uint16_t get_ble_maximum_tx_time(void) { in get_ble_maximum_tx_time() function
808 get_ble_maximum_tx_time,
/aosp12/system/bt/stack/btm/
H A Dbtm_ble.cc692 tx_time, controller_get_interface()->get_ble_maximum_tx_time()); in BTM_SetBleDataLength()