Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dhci_packet_parser.h74 uint16_t* ble_supported_max_rx_time);
/system/bt/hci/src/
Dhci_packet_parser.cc195 uint16_t* ble_supported_max_rx_time) { in parse_ble_read_maximum_data_length_response() argument
201 STREAM_TO_UINT16(*ble_supported_max_rx_time, stream); in parse_ble_read_maximum_data_length_response()
/system/bt/device/src/
Dcontroller.cc78 static uint16_t ble_supported_max_rx_time; variable
231 &ble_supported_max_rx_octets, &ble_supported_max_rx_time); in start_up()