Home
last modified time | relevance | path

Searched refs:numbers (Results 1 – 7 of 7) sorted by relevance

/btstack/doc/manual/
H A Dbtstack_gettingstarted.tex44 %numbers=left, % where to put the line-numbers
45 %numberstyle=\footnotesize, % the size of the fonts that are used for the line-numbers
46 %stepnumber=1, % the step between two line-numbers. If it is 1 each line will be …
47 %numbersep=5pt, % how far the line-numbers are from the code
/btstack/chipset/realtek/
H A Dbtstack_chipset_realtek.c608 uint32_t numbers; in insert_patch() local
613 numbers = little_endian_read_16(pos, 0); in insert_patch()
614 log_info("number 0x%04x", numbers); in insert_patch()
617 for (i = 0; i < numbers; i++) { in insert_patch()
/btstack/src/classic/
H A Dhfp_ag.h446 void hfp_ag_set_subcriber_number_information(hfp_phone_number_t * numbers, int numbers_count);
H A Dhfp_ag.c3275 void hfp_ag_set_subcriber_number_information(hfp_phone_number_t * numbers, int numbers_count){ in hfp_ag_set_subcriber_number_information() argument
3276 hfp_ag_subscriber_numbers = numbers; in hfp_ag_set_subcriber_number_information()
/btstack/port/mtk/docs/
H A Druggear-gettingstarted.tex31 %numbers=left, % where to put the line-numbers
32 %numberstyle=\footnotesize, % the size of the fonts that are used for the line-numbers
33 %stepnumber=1, % the step between two line-numbers. If it is 1 each line will be …
34 %numbersep=5pt, % how far the line-numbers are from the code
/btstack/doc/manual/docs-template/
H A Darchitecture.md80 memory and can be be configured, too. These numbers determine the amount
/btstack/3rd-party/lwip/core/
H A DCHANGELOG379 sequence numbers (see contrib/addons/tcp_isn for an example implementation)
1735 * tcp.c, udp.c: Fixed bug #33048 (Bad range for IP source port numbers) by