Home
last modified time | relevance | path

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

/system/bt/hci/include/
Dhci_packet_parser.h71 BT_HDR* response, uint16_t* ble_supported_max_tx_octets,
/system/bt/device/src/
Dcontroller.cc75 static uint16_t ble_supported_max_tx_octets; variable
230 response, &ble_supported_max_tx_octets, &ble_supported_max_tx_time, in start_up()
476 return ble_supported_max_tx_octets; in get_ble_maximum_tx_data_length()
/system/bt/hci/src/
Dhci_packet_parser.cc193 BT_HDR* response, uint16_t* ble_supported_max_tx_octets, in parse_ble_read_maximum_data_length_response() argument
198 STREAM_TO_UINT16(*ble_supported_max_tx_octets, stream); in parse_ble_read_maximum_data_length_response()