Home
last modified time | relevance | path

Searched refs:network_packet_types (Results 1 – 5 of 5) sorted by relevance

/btstack/test/sdp/
H A Dsdp_record_builder.cpp354 static uint16_t pan_sdp_record_size(uint16_t * network_packet_types, const char *name, const char *… in pan_sdp_record_size() argument
357 …(num_network_packet_types=0; network_packet_types && *network_packet_types; num_network_packet_typ… in pan_sdp_record_size()
366 static uint16_t pan_panu_sdp_record_size(uint16_t * network_packet_types, const char *name, const c… in pan_panu_sdp_record_size() argument
367 …return pan_sdp_record_size(network_packet_types, name, description, NULL, NULL, default_panu_servi… in pan_panu_sdp_record_size()
370 static uint16_t pan_gn_sdp_record_size(uint16_t * network_packet_types, const char *name, const cha… in pan_gn_sdp_record_size() argument
372 …return pan_sdp_record_size(network_packet_types, name, description, IPv4Subnet, IPv6Subnet, defaul… in pan_gn_sdp_record_size()
375 static uint16_t pan_nap_sdp_record_size(uint16_t * network_packet_types, const char *name, const ch… in pan_nap_sdp_record_size() argument
377 …return pan_sdp_record_size(network_packet_types, name, description, IPv4Subnet, IPv6Subnet, defaul… in pan_nap_sdp_record_size()
384 uint16_t * network_packet_types; in TEST() local
389 network_packet_types = NULL; in TEST()
[all …]
/btstack/src/classic/
H A Dpan.c67 uint32_t service_uuid, uint16_t * network_packet_types, const char *name, const char *descriptor, in pan_create_service() argument
105 if (network_packet_types){ in pan_create_service()
106 while (*network_packet_types){ in pan_create_service()
107 de_add_number(net_packet_type_list, DE_UINT, DE_SIZE_16, *network_packet_types++); in pan_create_service()
223 …cord(uint8_t *service, uint32_t service_record_handle, uint16_t * network_packet_types, const char… in pan_create_nap_sdp_record() argument
226 …vice(service, service_record_handle, BLUETOOTH_SERVICE_CLASS_NAP, network_packet_types, name, desc… in pan_create_nap_sdp_record()
229 …cord(uint8_t *service, uint32_t service_record_handle, uint16_t * network_packet_types, const char… in pan_create_gn_sdp_record() argument
231 …rvice(service, service_record_handle, BLUETOOTH_SERVICE_CLASS_GN, network_packet_types, name, desc… in pan_create_gn_sdp_record()
234 …cord(uint8_t *service, uint32_t service_record_handle, uint16_t * network_packet_types, const char… in pan_create_panu_sdp_record() argument
235 …ice(service, service_record_handle, BLUETOOTH_SERVICE_CLASS_PANU, network_packet_types, name, desc… in pan_create_panu_sdp_record()
H A Dpan.h67 …cord(uint8_t *service, uint32_t service_record_handle, uint16_t * network_packet_types, const char…
83 …cord(uint8_t *service, uint32_t service_record_handle, uint16_t * network_packet_types, const char…
102 …cord(uint8_t *service, uint32_t service_record_handle, uint16_t * network_packet_types, const char…
/btstack/example/
H A Dpanu_demo.c128 …uint16_t network_packet_types[] = { NETWORK_TYPE_IPv4, NETWORK_TYPE_ARP, 0}; // 0 as end of list in panu_setup() local
136 …u_sdp_record(panu_sdp_record, sdp_create_service_record_handle(), network_packet_types, NULL, NULL… in panu_setup()
140 …p_sdp_record(panu_sdp_record, sdp_create_service_record_handle(), network_packet_types, NULL, NULL… in panu_setup()
H A Dpan_lwip_http_server.c189 …uint16_t network_packet_types[] = { NETWORK_TYPE_IPv4, NETWORK_TYPE_ARP, 0}; // 0 as end of list in pan_bnep_setup() local
192 …ap_sdp_record(pan_sdp_record, sdp_create_service_record_handle(), network_packet_types, NULL, NULL… in pan_bnep_setup()