Searched refs:numbers (Results 1 – 7 of 7) sorted by relevance
/btstack/doc/manual/ |
H A D | btstack_gettingstarted.tex | 44 %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 D | btstack_chipset_realtek.c | 608 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 D | hfp_ag.h | 446 void hfp_ag_set_subcriber_number_information(hfp_phone_number_t * numbers, int numbers_count);
|
H A D | hfp_ag.c | 3275 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 D | ruggear-gettingstarted.tex | 31 %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 D | architecture.md | 80 memory and can be be configured, too. These numbers determine the amount
|
/btstack/3rd-party/lwip/core/ |
H A D | CHANGELOG | 379 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
|