Searched refs:sequence (Results 1 – 8 of 8) sorted by relevance
/btstack/src/classic/ |
H A D | sdp_util.c | 213 uint8_t * de_push_sequence(uint8_t *sequence){ in de_push_sequence() argument 214 de_assert_des_16bit(sequence); in de_push_sequence() 215 int element_len = de_get_len(sequence); in de_push_sequence() 216 …de_store_descriptor_with_len(sequence + element_len, DE_DES, DE_SIZE_VAR_16, 0); // DES, 2 Byte Le… in de_push_sequence() 217 return sequence + element_len; in de_push_sequence() 229 void de_add_number(uint8_t *sequence, de_type_t type, de_size_t size, uint32_t value){ in de_add_number() argument 230 de_assert_des_16bit(sequence); in de_add_number() 231 int data_size = big_endian_read_16(sequence, 1); in de_add_number() 233 de_store_descriptor(sequence + 3 + data_size, type, size); in de_add_number() 237 sequence[4 + data_size] = value; in de_add_number() [all …]
|
H A D | sdp_util.h | 117 uint8_t * de_push_sequence(uint8_t *sequence); 119 void de_add_number(uint8_t *sequence, de_type_t type, de_size_t size, uint32_t value); 120 void de_add_data(uint8_t *sequence, de_type_t type, uint16_t size, uint8_t *data); 121 void de_add_uuid128(uint8_t * sequence, uint8_t * uuid);
|
/btstack/doc/manual/docs-template/picts/ |
H A D | gatt_client_security.txt | 74 : SM on B should perform pairing sequence; 170 : SM on B should perform pairing sequence;
|
/btstack/doc/manual/docs-template/ |
H A D | porting.md | 118 sequence: *hal_uart_dma_init*, *hal_uart_dma_set_block_received* 119 and *hal_uart_dma_set_block_sent* functions. this sequence, the HCI
|
H A D | integration.md | 58 interrupt-driven UART and timers, everything happens in sequence. When
|
H A D | profiles.md | 502 queries in sequence, or you can check if you can perform a GATT query 579 Value can either be a string (“this is a string”), or, a sequence of hex
|
/btstack/port/arduino/examples/LECentral/ |
H A D | LECentral.ino | 9 * steps in sequence as it is common with GATT Client APIs.
|
/btstack/3rd-party/lwip/core/ |
H A D | CHANGELOG | 379 sequence numbers (see contrib/addons/tcp_isn for an example implementation) 2197 sequence queue, also fixed PBUF_POOL leak in the out-of-sequence code 2603 * pbuf.c: reclaim pbufs from TCP out-of-sequence segments if we run 3209 etharp_init in your port's initilization sequence if you use tcpip.c, because this call 3492 out of sequence processing of received packets 4505 sequence segments was received. This has been fixed. 4517 - Out of sequence data was in some cases never delivered to the
|