Home
last modified time | relevance | path

Searched defs:packet_len (Results 1 – 15 of 15) sorted by relevance

/btstack/src/classic/
H A Dobex_iterator.c118 …nit(obex_iterator_t *context, int header_offset, const uint8_t * packet_data, uint16_t packet_len){ in obex_iterator_init()
126 …it_with_request_packet(obex_iterator_t *context, const uint8_t * packet_data, uint16_t packet_len){ in obex_iterator_init_with_request_packet()
133 …bex_iterator_t *context, uint8_t request_opcode, const uint8_t * packet_data, uint16_t packet_len){ in obex_iterator_init_with_response_packet()
/btstack/src/mesh/
H A Dprovisioning_provisioner.c342 …ing_handle_capabilities(uint16_t the_pb_adv_cid, const uint8_t * packet_data, uint16_t packet_len){ in provisioning_handle_capabilities()
507 …ioning_handle_public_key(uint16_t the_pb_adv_cid, const uint8_t *packet_data, uint16_t packet_len){ in provisioning_handle_public_key()
539 …ning_handle_confirmation(uint16_t the_pb_adv_cid, const uint8_t *packet_data, uint16_t packet_len){ in provisioning_handle_confirmation()
624 …ovisioning_handle_random(uint16_t the_pb_adv_cid, const uint8_t *packet_data, uint16_t packet_len){ in provisioning_handle_random()
/btstack/tool/
H A Ddump_h4.py49 packet_len = len - 9; variable
H A Ddump_pklg.py49 packet_len = len - 9; variable
H A Ddump_keys.py119 packet_len = entry_len - 9 variable
H A Ddump_gatt.py245 packet_len = entry_len - 9; variable
/btstack/test/hfp/
H A Ddump_test_sequence_from_pklg.py55 packet_len = len - 9; variable
/btstack/test/fuzz/
H A Dfuzz_hci.c81 uint16_t packet_len; in LLVMFuzzerTestOneInput() local
H A Dfuzz_l2cap.c244 uint16_t packet_len; in LLVMFuzzerTestOneInput() local
H A Dfuzz_l2cap_whitebox.c242 uint16_t packet_len; in LLVMFuzzerTestOneInput() local
/btstack/port/mtk/
H A Dhci_transport_h4_mtk.c138 uint16_t packet_len; in h4_process() local
/btstack/port/freebsd-netgraph/
H A Dhci_transport_netgraph.c203 uint16_t packet_len = bytes_read-1u; in hci_transport_netgraph_process_read() local
/btstack/test/mesh/
H A Dprovisioning_provisioner_test.cpp217 …tic void expect_packet(const char * packet_name, const uint8_t * packet_data, uint16_t packet_len){ in expect_packet()
H A Ddump_mesh_pklg.py619 packet_len = payload_length - 9; variable
/btstack/src/
H A Dhci_transport_h4.c221 uint16_t packet_len = read_pos-1u; in hci_transport_h4_packet_complete() local