Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_device_controller.h80 extern uint16_t ble_supported_max_tx_octets;
Dmock_device_controller.cc79 uint16_t ble_supported_max_tx_octets{0}; variable
328 return ble_supported_max_tx_octets; in get_ble_maximum_tx_data_length()
/system/bt/hci/include/
Dhci_packet_parser.h76 BT_HDR* response, uint16_t* ble_supported_max_tx_octets,
/system/bt/hci/src/
Dhci_packet_parser.cc210 BT_HDR* response, uint16_t* ble_supported_max_tx_octets, in parse_ble_read_maximum_data_length_response() argument
216 STREAM_TO_UINT16(*ble_supported_max_tx_octets, stream); in parse_ble_read_maximum_data_length_response()
/system/bt/device/src/
Dcontroller.cc82 static uint16_t ble_supported_max_tx_octets; variable
253 response, &ble_supported_max_tx_octets, &ble_supported_max_tx_time, in start_up()
665 return ble_supported_max_tx_octets; in get_ble_maximum_tx_data_length()