gap.h (4f9a3f7e16c638d0a4b92ae6e7efe4a6aae1b5ed) gap.h (308eeaffaa1b7bc3f35655c74d782ef314fd65cd)
1/*
2 * Copyright (C) 2014 BlueKitchen GmbH
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

--- 831 unchanged lines hidden (view full) ---

840 * Send SSP IO Capabilities Negative Reply
841 * @note IO Capabilities (Negative) Reply is sent automatically unless ENABLE_EXPLICIT_IO_CAPABILITIES_REPLY
842 * @param addr
843 * @return 0 if ok
844 */
845uint8_t gap_ssp_io_capabilities_negative(const bd_addr_t addr);
846
847/**
1/*
2 * Copyright (C) 2014 BlueKitchen GmbH
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

--- 831 unchanged lines hidden (view full) ---

840 * Send SSP IO Capabilities Negative Reply
841 * @note IO Capabilities (Negative) Reply is sent automatically unless ENABLE_EXPLICIT_IO_CAPABILITIES_REPLY
842 * @param addr
843 * @return 0 if ok
844 */
845uint8_t gap_ssp_io_capabilities_negative(const bd_addr_t addr);
846
847/**
848 * Send Link Key Reponse
849 * @note Link Key (Negative) Reply is sent automaticallyu unless ENABLE_EXPLICIT_LINK_KEY_RESPONSE
850 * @param addr
851 * @param link_key
852 * @param type or INVALID_LINK_KEY if link key not available
853 * @return 0 if ok
854 */
855 uint8_t gap_send_link_key_response(const bd_addr_t addr, link_key_t link_key, link_key_type_t type);
856
857/**
848 * @brief Enter Sniff mode
849 * @param con_handle
850 * @param sniff_min_interval range: 0x0002 to 0xFFFE; only even values are valid, Time = N * 0.625 ms
851 * @param sniff_max_interval range: 0x0002 to 0xFFFE; only even values are valid, Time = N * 0.625 ms
852 * @param sniff_attempt Number of Baseband receive slots for sniff attempt.
853 * @param sniff_timeout Number of Baseband receive slots for sniff timeout.
854 @ @return 0 if ok
855 */

--- 91 unchanged lines hidden ---
858 * @brief Enter Sniff mode
859 * @param con_handle
860 * @param sniff_min_interval range: 0x0002 to 0xFFFE; only even values are valid, Time = N * 0.625 ms
861 * @param sniff_max_interval range: 0x0002 to 0xFFFE; only even values are valid, Time = N * 0.625 ms
862 * @param sniff_attempt Number of Baseband receive slots for sniff attempt.
863 * @param sniff_timeout Number of Baseband receive slots for sniff timeout.
864 @ @return 0 if ok
865 */

--- 91 unchanged lines hidden ---