Home
last modified time | relevance | path

Searched full:service (Results 1 – 25 of 182) sorted by relevance

12345678

/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/doc/
H A Dmdns.txt9 host/service instance names.
74 mdns_resp_add_service(struct netif *netif, char *name, char *service,
78 The name and service pointers will be copied. Name refers to the name of the
79 service instance, and service is the type of service, like _http
82 - _services._dns-sd._udp.local type PTR returns <service>.<proto>.local
83 - <service>.<proto>.local type PTR returns <name>.<service>.<proto>.local
84 - <name>.<service>.<proto>.local type SRV returns hostname and port of service
85 - <name>.<service>.<proto>.local type TXT builds text strings by calling txt_fn
87 mdns_resp_add_service_txtitem(struct mdns_service *service, char *txt,
90 static void srv_txt(struct mdns_service *service, void *txt_userdata)
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/
H A Dmdns.txt9 host/service instance names.
74 mdns_resp_add_service(struct netif *netif, char *name, char *service,
78 The name and service pointers will be copied. Name refers to the name of the
79 service instance, and service is the type of service, like _http
82 - _services._dns-sd._udp.local type PTR returns <service>.<proto>.local
83 - <service>.<proto>.local type PTR returns <name>.<service>.<proto>.local
84 - <name>.<service>.<proto>.local type SRV returns hostname and port of service
85 - <name>.<service>.<proto>.local type TXT builds text strings by calling txt_fn
87 mdns_resp_add_service_txtitem(struct mdns_service *service, char *txt,
90 static void srv_txt(struct mdns_service *service, void *txt_userdata)
[all …]
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/mdns/
H A Dmdns.c9 * RFC 6763 - DNS-Based Service Discovery\n
133 /* Lookup for service types */
135 /* Lookup for instances of service */
137 /* Lookup for location of service instance */
139 /* Lookup for text info on service instance */
160 /** Description of a service */
164 /** Name of service, like 'myweb' */
166 /** Type of service, like '_http' */
167 char service[MDNS_LABEL_MAXLEN + 1]; member
176 /** Port of the service */
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_gatt.h117 const struct ble_gatt_svc *service,
179 * Initiates GATT procedure: Discover Primary Service by Service UUID.
183 * @param service_uuid128 The 128-bit UUID of the service to discover.
200 * the service definition handle).
202 * last handle in the service).
215 * Initiates GATT procedure: Discover All Characteristics of a Service.
220 * the service definition handle).
222 * last handle in the service).
240 * the service definition handle).
242 * last handle in the service).
[all …]
H A Dble_hs_adv.h48 /*** 0x02,0x03 - 16-bit service class UUIDs. */
53 /*** 0x04,0x05 - 32-bit service class UUIDs. */
58 /*** 0x06,0x07 - 128-bit service class UUIDs. */
75 /*** 0x16 - Service data - 16-bit UUID. */
91 /*** 0x20 - Service data - 32-bit UUID. */
95 /*** 0x21 - Service data - 128-bit UUID. */
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/mdns/
H A Dmdns.c9 * RFC 6763 - DNS-Based Service Discovery\n
129 /* Lookup for service types */
131 /* Lookup for instances of service */
133 /* Lookup for location of service instance */
135 /* Lookup for text info on service instance */
143 /** Description of a service */
147 /** Name of service, like 'myweb' */
149 /** Type of service, like '_http' */
150 char service[MDNS_LABEL_MAXLEN + 1]; member
159 /** Port of the service */
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_gatt_disc_s_test.c49 ble_gatt_disc_s_test_misc_svc_length(struct ble_gatt_disc_s_test_svc *service) in ble_gatt_disc_s_test_misc_svc_length() argument
51 if (service->uuid->type == BLE_UUID_TYPE_16) { in ble_gatt_disc_s_test_misc_svc_length()
229 const struct ble_gatt_svc *service, in ble_gatt_disc_s_test_misc_disc_cb() argument
237 TEST_ASSERT(service != NULL); in ble_gatt_disc_s_test_misc_disc_cb()
240 ble_gatt_disc_s_test_svcs[ble_gatt_disc_s_test_num_svcs++] = *service; in ble_gatt_disc_s_test_misc_disc_cb()
244 TEST_ASSERT(service == NULL); in ble_gatt_disc_s_test_misc_disc_cb()
299 /*** One 128-bit service. */ in TEST_CASE()
322 /*** One 128-bit service, one 16-bit-service. */ in TEST_CASE()
339 /*** 128-bit service; one entry. */ in TEST_CASE()
345 /*** 128-bit service; two entries. */ in TEST_CASE()
[all …]
H A Dble_hs_adv_test.c187 /*** Complete 16-bit service class UUIDs. */ in TEST_CASE()
220 /*** Incomplete 16-bit service class UUIDs. */ in TEST_CASE()
252 /*** Complete 32-bit service class UUIDs. */ in TEST_CASE()
283 /*** Incomplete 32-bit service class UUIDs. */ in TEST_CASE()
314 /*** Complete 128-bit service class UUIDs. */ in TEST_CASE()
348 /*** Incomplete 128-bit service class UUIDs. */ in TEST_CASE()
464 /*** 0x16 - Service data - 16-bit UUID. */ in TEST_CASE()
572 /*** 0x20 - Service data - 32-bit UUID. */ in TEST_CASE()
599 /*** 0x21 - Service data - 128-bit UUID. */ in TEST_CASE()
692 /*** Complete 16-bit service class UUIDs. */ in TEST_CASE()
[all …]
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ans/include/services/ans/
H A Dble_svc_ans.h25 /* 16 Bit Alert Notification Service UUID */
28 /* 16 Bit Alert Notification Service Characteristic UUIDs */
35 /* Alert Notification Service Category ID Bit Masks
48 /* Alert Notification Service Category IDs
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/src/
H A Dblecent.c104 * If the peer does not support a required service, characteristic, or
106 * notification service! When this happens, or if a GATT procedure fails,
188 * Called when service discovery of the specified peer has completed.
195 /* Service discovery failed. Terminate the connection. */ in blecent_on_disc_complete()
196 MODLOG_DFLT(ERROR, "Error: Service discovery failed; status=%d " in blecent_on_disc_complete()
202 /* Service discovery has completed successfully. Now we have a complete in blecent_on_disc_complete()
206 MODLOG_DFLT(INFO, "Service discovery complete; status=%d " in blecent_on_disc_complete()
260 * advertises connectability and support for the Alert Notification service.
282 * service (0x1811). in blecent_should_connect()
296 * support for the Alert Notification service.
[all …]
H A Dpeer.c139 /* Can't find service for discovered descriptor; this shouldn't in peer_dsc_add()
338 /* Can't find service for discovered characteristic; this shouldn't in peer_chr_add()
385 /* All characteristics in this service discovered; start discovering in peer_chr_disced()
386 * characteristics in the next service. in peer_chr_disced()
413 /* Search through the list of discovered service for the first service that in peer_disc_chrs()
415 * characteristics belonging to that service. in peer_disc_chrs()
563 /* Service already discovered. */ in peer_svc_add()
601 const struct ble_gatt_svc *service, void *arg) in peer_svc_disced() argument
611 rc = peer_svc_add(peer, service); in peer_svc_disced()
/nrf52832-nimble/packages/NimBLE-latest/apps/blehr/src/
H A Dgatt_svr.c41 /* Service: Heart-rate */
56 0, /* No more characteristics in this service */
61 /* Service: Device Information */
75 0, /* No more characteristics in this service */
135 MODLOG_DFLT(DEBUG, "registered service %s with handle=%d\n", in gatt_svr_register_cb()
/nrf52832-nimble/rt-thread/libcpu/xilinx/microblaze/
H A Dtrap.c84 * This function will install a interrupt service routine to a interrupt.
86 * @param new_handler the interrupt service routine to be installed
87 * @param old_handler the old interrupt service routine
111 * The driver can be configured to service only the highest priority interrupt
147 /* Service each interrupt that is active and enabled by checking each in rt_hw_trap_irq()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/ias/src/
H A Dble_svc_ias.c45 /*** Service: Immediate Alert Service (IAS). */
54 0, /* No more characteristics in this service. */
122 * necessary for this service to function properly.
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/
H A Dmdns.h64 typedef void (*service_get_txt_fn_t)(struct mdns_service *service, void *txt_userdata);
68 * use for the name for the netif or a service and is safe to use, or MDNS_PROBING_CONFLICT
80 s8_t mdns_resp_add_service(struct netif *netif, const char *name, const char *service, enum mdns_s…
84 err_t mdns_resp_add_service_txtitem(struct mdns_service *service, const char *txt, u8_t txt_len);
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_eddystone.c37 * Writes an eddystone header to the global service data buffer.
42 * @return A pointer to where the service data payload
56 * advertisement. Prior to calling this function, you must write the service
65 * service data buffer.
/nrf52832-nimble/rt-thread/libcpu/arm/AT91SAM7S/
H A Dinterrupt.c73 * This function will install a interrupt service routine to a interrupt.
75 * @param new_handler the interrupt service routine to be installed
76 * @param old_handler the old interrupt service routine
/nrf52832-nimble/rt-thread/libcpu/arm/zynq7000/
H A Dtrap.c141 /* get interrupt service routine */ in rt_hw_trap_irq()
146 /* turn to interrupt service routine */ in rt_hw_trap_irq()
165 /* get interrupt service routine */ in rt_hw_trap_fiq()
169 /* turn to interrupt service routine */ in rt_hw_trap_fiq()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/services/lls/src/
H A Dble_svc_lls.c45 /*** Service: Link Loss Service (LLS). */
54 0, /* No more characteristics in this service. */
120 * This function is the crux of the link loss service. The application
/nrf52832-nimble/rt-thread/libcpu/arm/realview-a8-vmm/
H A Dtrap.c153 /* get interrupt service routine */ in rt_hw_trap_irq()
162 /* turn to interrupt service routine */ in rt_hw_trap_irq()
190 /* get interrupt service routine */ in rt_hw_trap_fiq()
194 /* turn to interrupt service routine */ in rt_hw_trap_fiq()
/nrf52832-nimble/rt-thread/libcpu/arm/lpc24xx/
H A Dinterrupt.c77 * This function will install a interrupt service routine to a interrupt.
79 * @param handler the interrupt service routine to be installed
80 * @param param the parameter for interrupt service routine
/nrf52832-nimble/rt-thread/libcpu/arm/cortex-r4/
H A Dinterrupt.c80 * This function will install a interrupt service routine to a interrupt.
82 * @param handler the interrupt service routine to be installed
83 * @param param the parameter for interrupt service routine
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/api/
H A Dnetdb.c248 * Translates the name of a service location (for example, a host name) and/or
249 * a service name and returns a set of socket addresses and associated
251 * specified service.
257 * Also, service names are not supported (only port numbers)!
287 /* service name specified: convert to port number in lwip_getaddrinfo()
296 /* service location specified, try to resolve */ in lwip_getaddrinfo()
302 /* service location specified, use loopback address */ in lwip_getaddrinfo()
/nrf52832-nimble/rt-thread/libcpu/arm/AT91SAM7X/
H A Dinterrupt.c85 * This function will install a interrupt service routine to a interrupt.
87 * @param handler the interrupt service routine to be installed
88 * @param param the parameter for interrupt service routine
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/
H A Dmdns.h56 typedef void (*service_get_txt_fn_t)(struct mdns_service *service, void *txt_userdata);
63 err_t mdns_resp_add_service(struct netif *netif, const char *name, const char *service, enum mdns_s…
64 err_t mdns_resp_add_service_txtitem(struct mdns_service *service, const char *txt, u8_t txt_len);

12345678