Home
last modified time | relevance | path

Searched refs:ble_supported_max_tx_time (Results 1 – 5 of 5) sorted by relevance

/system/bt/test/mock/
Dmock_device_controller.h81 extern uint16_t ble_supported_max_tx_time;
Dmock_device_controller.cc80 uint16_t ble_supported_max_tx_time{0}; variable
331 uint16_t get_ble_maximum_tx_time(void) { return ble_supported_max_tx_time; } in get_ble_maximum_tx_time()
/system/bt/hci/include/
Dhci_packet_parser.h77 uint16_t* ble_supported_max_tx_time,
/system/bt/hci/src/
Dhci_packet_parser.cc211 uint16_t* ble_supported_max_tx_time, uint16_t* ble_supported_max_rx_octets, in parse_ble_read_maximum_data_length_response() argument
217 STREAM_TO_UINT16(*ble_supported_max_tx_time, stream); in parse_ble_read_maximum_data_length_response()
/system/bt/device/src/
Dcontroller.cc83 static uint16_t ble_supported_max_tx_time; variable
253 response, &ble_supported_max_tx_octets, &ble_supported_max_tx_time, in start_up()
671 return ble_supported_max_tx_time; in get_ble_maximum_tx_time()