mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-01 13:20:50 +00:00
added hci_write_synchronous_flow_control_enable
This commit is contained in:
parent
0ce8a9d37f
commit
818187fe1b
@ -614,6 +614,13 @@ const hci_cmd_t hci_write_num_broadcast_retransmissions = {
|
||||
OPCODE(OGF_CONTROLLER_BASEBAND, 0x2a), "1"
|
||||
};
|
||||
|
||||
/**
|
||||
* @param synchronous_flow_control_enable - if yes, num completed packet everts are sent for SCO packets
|
||||
*/
|
||||
const hci_cmd_t hci_write_synchronous_flow_control_enable = {
|
||||
OPCODE(OGF_CONTROLLER_BASEBAND, 0x2f), "1"
|
||||
};
|
||||
|
||||
/**
|
||||
* @param host_acl_data_packet_length
|
||||
* @param host_synchronous_data_packet_length
|
||||
|
Loading…
x
Reference in New Issue
Block a user