Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_device_controller.h83 extern uint16_t ble_supported_max_rx_time;
Dmock_device_controller.cc82 uint16_t ble_supported_max_rx_time{0}; variable
/system/bt/hci/include/
Dhci_packet_parser.h79 uint16_t* ble_supported_max_rx_time);
/system/bt/hci/src/
Dhci_packet_parser.cc212 uint16_t* ble_supported_max_rx_time) { in parse_ble_read_maximum_data_length_response() argument
219 STREAM_TO_UINT16(*ble_supported_max_rx_time, stream); in parse_ble_read_maximum_data_length_response()
/system/bt/device/src/
Dcontroller.cc85 static uint16_t ble_supported_max_rx_time; variable
254 &ble_supported_max_rx_octets, &ble_supported_max_rx_time); in start_up()