Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dhci_packet_parser.h72 uint16_t* ble_supported_max_tx_time,
/system/bt/hci/src/
Dhci_packet_parser.cc194 uint16_t* ble_supported_max_tx_time, uint16_t* ble_supported_max_rx_octets, in parse_ble_read_maximum_data_length_response() argument
199 STREAM_TO_UINT16(*ble_supported_max_tx_time, stream); in parse_ble_read_maximum_data_length_response()
/system/bt/device/src/
Dcontroller.cc76 static uint16_t ble_supported_max_tx_time; variable
230 response, &ble_supported_max_tx_octets, &ble_supported_max_tx_time, in start_up()