Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_device_controller.h82 extern uint16_t ble_supported_max_rx_octets;
Dmock_device_controller.cc81 uint16_t ble_supported_max_rx_octets{0}; variable
/system/bt/hci/include/
Dhci_packet_parser.h78 uint16_t* ble_supported_max_rx_octets,
/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
218 STREAM_TO_UINT16(*ble_supported_max_rx_octets, stream); in parse_ble_read_maximum_data_length_response()
/system/bt/device/src/
Dcontroller.cc84 static uint16_t ble_supported_max_rx_octets; variable
254 &ble_supported_max_rx_octets, &ble_supported_max_rx_time); in start_up()