Home
last modified time | relevance | path

Searched refs:functions (Results 1 – 19 of 19) sorted by relevance

/btstack/doc/manual/
H A Dmarkdown_create_apis.py13 functions = {} variable
107 global typedefs, functions
165functions[ref_function.group(1)] = codeReference(ref_function.group(1), githuburl, filename, api_f…
183 functions[name] = codeReference( name, githuburl, filename, api_filepath, linenr)
195 functions[name] = codeReference(name, githuburl, filename, api_filepath, linenr)
370 references = functions.copy()
/btstack/doc/manual/docs-template/
H A Darchitecture.md40 events. During a run loop cycle, the callback functions of all
41 registered data sources are called. Then, the callback functions of
48 Bluetooth logic is event-driven. Therefore, all BTstack functions are
49 non-blocking, i.e., all functions that cannot return immediately
H A Dintegration.md29 can be implemented based on the functions and mechanism of the existing
40 Framework used in OS X and iOS. All run loop functions are
H A Dprotocols.md54 own. Instead, BTstack provides convenience functions in GAP and higher
160 own. Instead, BTstack provides convenience functions in GAP and higher
244 and *l2cap_deny_connection* functions respectively.
369 management via different functions to create/register them respectively.
445 *rfcomm_accept_connection* and *rfcomm_deny_connection* functions respectively.
635 For other types of records, you can use the other functions in, using
636 the data element *de_* functions. Listing [sdpCreate] shows how an SDP
810 related functions on its own but emits events when feedback from the
830 …t provide these primitives, BTstack provides the relevant cryptographic functions in software via …
879 You can configure these items by calling following functions
[all …]
H A Dporting.md28 Then, you need to implement the functions *hal_tick_init* and
119 and *hal_uart_dma_set_block_sent* functions. this sequence, the HCI
H A Dhow_to.md171 - dynamically using the *malloc/free* functions, if HAVE_MALLOC is
417 Then, the callback functions of timers that are ready are executed.
494 Instead, the run loop provides a message queue that allows to schedule functions calls on its threa…
576 the respective *\*_init* function. These init functions register
599 functions, which in turn may send commands to the Bluetooth module. The
628 These handlers are registered with the functions listed in Table
674 functions are defined as static inline, so they are not wasting any program memory
764 …tack to shutdown the Bluetooth Controller. For this, the "on" and "off" functions in the btstack_c…
H A Dprofiles.md445 functions can be used:
/btstack/doc/manual/docs-template/appendix/
H A Dmigration.md28 - The _internal suffix has been an artifact from the iOS port. All public functions with the _inter…
34 …enerated getters for all fields of all events in *src/hci_event.h*. All functions are defined as s…
42 - The functions to read/store values in little/bit endian have been renamed into big/little_endian_…
43 - The functions to reverse bytes swap16/24/32/48/64/128/X habe been renamed to reverse_16/24/32/48/…
53 - All functions are prefixed with btstack_.
73 HCI functions that are commonly placed in GAP have been moved from *src/hci.h* to *src/gap.h*
/btstack/3rd-party/lwip/core/src/netif/ppp/polarssl/
H A DREADME9 fields and functions needed for lwIP.
/btstack/3rd-party/lwip/core/
H A DUPGRADING19 to make parameter order consistent with other ip*_route*() functions.
98 enabled as some longer lasting functions like big writes still need to delay)
102 * New abstraction for hton* and ntoh* functions in def.h.
190 * Converted mbox- and semaphore-functions to take pointers to sys_mbox_t/
266 * Implemented many nonblocking socket/netconn functions
H A DCHANGELOG221 to make parameter order consistent with other ip*_route*() functions
501 * dhcp.h/c, autoip.h/.c: added functions dhcp/autoip_supplied_address() to
513 calling version-related functions
544 * *.*: Changed nearly all functions taking 'ip(X)_addr_t' pointer to take
708 functions requiring a netif.
921 * udp.h, sockets.c: added proper accessor functions for pcb->multicast_ip
973 by rewriting set/getsockopt functions to combine checks with the actual code
1052 * opt.h, sockets.c: fixed bug #35928 BSD sockets functions must set errno for
1067 * sockets.c: fixed bug #41729 Some socket functions return Exyz instead of -1
1216 * ip.h: implemented API functions to access so_options of IP pcbs (UDP, TCP, RAW)
[all …]
/btstack/tool/migration_to_v1.0/
H A Dmigration.cocci168 + // Please use sdp_client_X functions from btstack_event.h to access event fields
195 + // Please use sdp_client_X functions from btstack_event.h to access event fields
315 + // Please use gatt_event_X functions from btstack_event.h to access event fields
/btstack/port/stm32-wb55xx-nucleo-freertos/
H A Dstm32wb55xx_flash_cm4.ld8 ** For more information about which c-functions
9 ** need which of these lowlevel functions
/btstack/
H A DCHANGELOG.md25 - GATT Client: various _with_context functions that provide a service + connection id to GATT query…
112 - HCI: hci_reserved_packet_buffer and higher layer functions asserts if packet buffer is free inste…
425 - HCI: provide status instead of undocumented int error code and bool for API functions
428 - L2CAP: provide status instead of undocumented int error code and bool for API functions
436 - RFCOMM: provide status instead of undocumented int error code and bool for API functions
439 - HFP: API functions return status code if appropriate
490 - `hci_transport_h4` and chipset drivers have new functions to provide `btstack_uart_t`
710 …precated. Please directly manage LE Whitelist with `gap_le_whitelist_*` functions and call `gap_co…
1178 - Crypto: btstack_crypo.h provides cryptographic functions for random data generation, AES128, EEC,…
1184 - SM: use btstack_crypto for cryptographpic functions
[all …]
/btstack/doc/notes/
H A DSDP.txt36 * helper functions:
/btstack/port/esp32/
H A DREADME.md3 …ack runs on dedicated FreeRTOS thread. Multi threading (calling BTstack functions from a different…
/btstack/3rd-party/micro-ecc/
H A DREADME.md28 …gt;\_.inc (if any) into your project. Then just `#include "uECC.h"` to use the micro-ecc functions.
/btstack/3rd-party/lwip/core/src/
H A DFilelists.cmake96 # Files implementing various generic network interface functions
/btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/
H A Dsynergy_cfg.txt56 …Heap size (bytes) - A minimum of 4K (0x1000) is required if standard library functions are to be u…