mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 17:42:51 +00:00
actually tell BTdaemon to drop stored link key
This commit is contained in:
parent
80d6ce8310
commit
4e868d8847
@ -496,7 +496,7 @@ static void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packe
|
|||||||
}
|
}
|
||||||
|
|
||||||
-(void) dropLinkKeyForAddress:(bd_addr_t*) address {
|
-(void) dropLinkKeyForAddress:(bd_addr_t*) address {
|
||||||
// TODO: issue delete link key command
|
bt_send_cmd(&hci_delete_stored_link_key, address, 0);
|
||||||
// NSLog(@"Removing link key for %@", devAddress);
|
// NSLog(@"Removing link key for %@", devAddress);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user