actually tell BTdaemon to drop stored link key

This commit is contained in:
matthias.ringwald 2011-09-10 10:06:24 +00:00
parent 80d6ce8310
commit 4e868d8847

View File

@ -496,7 +496,7 @@ static void packet_handler(uint8_t packet_type, uint16_t channel, uint8_t *packe
}
-(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);
}