hci.h (fb8ba0dbcd59b0f55263e5be12c95aa6e35ceca0) | hci.h (df3354fc67b724e12e38312f95d99fe997e0d46e) |
---|---|
1/* 2 * Copyright (C) 2009-2012 by Matthias Ringwald 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 395 unchanged lines hidden (view full) --- 404 405// query if remote side supports SSP 406// query if the local side supports SSP 407int hci_local_ssp_activated(); 408 409// query if the remote side supports SSP 410int hci_remote_ssp_supported(hci_con_handle_t con_handle); 411 | 1/* 2 * Copyright (C) 2009-2012 by Matthias Ringwald 3 * 4 * Redistribution and use in source and binary forms, with or without 5 * modification, are permitted provided that the following conditions 6 * are met: 7 * 8 * 1. Redistributions of source code must retain the above copyright --- 395 unchanged lines hidden (view full) --- 404 405// query if remote side supports SSP 406// query if the local side supports SSP 407int hci_local_ssp_activated(); 408 409// query if the remote side supports SSP 410int hci_remote_ssp_supported(hci_con_handle_t con_handle); 411 |
412// query if both sides support SSP 413int hci_ssp_supported_on_both_sides(hci_con_handle_t handle); 414 415 |
|
412// disconnect because of security block 413void hci_disconnect_security_block(hci_con_handle_t con_handle); 414 415/** Embedded API **/ 416 417// Set up HCI. 418void hci_init(hci_transport_t *transport, void *config, bt_control_t *control, remote_device_db_t const* remote_device_db); 419 --- 36 unchanged lines hidden --- | 416// disconnect because of security block 417void hci_disconnect_security_block(hci_con_handle_t con_handle); 418 419/** Embedded API **/ 420 421// Set up HCI. 422void hci_init(hci_transport_t *transport, void *config, bt_control_t *control, remote_device_db_t const* remote_device_db); 423 --- 36 unchanged lines hidden --- |