mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-31 01:20:44 +00:00
removed debug printf
This commit is contained in:
parent
e081ff8889
commit
caaa388c98
@ -1973,8 +1973,6 @@ void gap_request_security_level(hci_con_handle_t con_handle, gap_security_level_
|
||||
*/
|
||||
int gap_dedicated_bonding(bd_addr_t device, int mitm_protection_required){
|
||||
|
||||
|
||||
printf("gap_dedicated_bonding clled\n");
|
||||
// create connection state machine
|
||||
hci_connection_t * connection = create_connection_for_addr(device);
|
||||
|
||||
@ -1982,8 +1980,6 @@ int gap_dedicated_bonding(bd_addr_t device, int mitm_protection_required){
|
||||
return BTSTACK_MEMORY_ALLOC_FAILED;
|
||||
}
|
||||
|
||||
printf("gap_dedicated_bonding 2\n");
|
||||
|
||||
// delete linkn key
|
||||
hci_drop_link_key_for_bd_addr( (bd_addr_t *) &device);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user