mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-01 01:13:23 +00:00
hci: read remote features page 2
This commit is contained in:
parent
50c51a777f
commit
82721f83fe
@ -3864,6 +3864,12 @@ static bool hci_run_general_pending_commmands(void){
|
||||
return true;
|
||||
}
|
||||
|
||||
if (connection->bonding_flags & BONDING_REQUEST_REMOTE_FEATURES_PAGE_2){
|
||||
connection->bonding_flags &= ~BONDING_REQUEST_REMOTE_FEATURES_PAGE_2;
|
||||
hci_send_cmd(&hci_read_remote_extended_features_command, connection->con_handle, 2);
|
||||
return true;
|
||||
}
|
||||
|
||||
if (connection->bonding_flags & BONDING_DISCONNECT_DEDICATED_DONE){
|
||||
connection->bonding_flags &= ~BONDING_DISCONNECT_DEDICATED_DONE;
|
||||
connection->bonding_flags |= BONDING_EMIT_COMPLETE_ON_DISCONNECT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user