/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_gatt_disc_s_test.c | 60 uint16_t conn_handle, struct ble_gatt_disc_s_test_svc *services) in ble_gatt_disc_s_test_misc_rx_all_rsp_once() argument 70 rsp.bagp_length = ble_gatt_disc_s_test_misc_svc_length(services); in ble_gatt_disc_s_test_misc_rx_all_rsp_once() 76 if (services[i].start_handle == 0) { in ble_gatt_disc_s_test_misc_rx_all_rsp_once() 77 /* No more services. */ in ble_gatt_disc_s_test_misc_rx_all_rsp_once() 81 rc = ble_gatt_disc_s_test_misc_svc_length(services + i); in ble_gatt_disc_s_test_misc_rx_all_rsp_once() 87 if (services[i].uuid->type == BLE_UUID_TYPE_16) { in ble_gatt_disc_s_test_misc_rx_all_rsp_once() 103 put_le16(buf + off, services[i].start_handle); in ble_gatt_disc_s_test_misc_rx_all_rsp_once() 106 put_le16(buf + off, services[i].end_handle); in ble_gatt_disc_s_test_misc_rx_all_rsp_once() 109 ble_uuid_flat(services[i].uuid, buf + off); in ble_gatt_disc_s_test_misc_rx_all_rsp_once() 110 off += ble_uuid_length(services[i].uuid); in ble_gatt_disc_s_test_misc_rx_all_rsp_once() [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/porting/nimble/ |
H A D | Makefile.defs | 27 $(NIMBLE_ROOT)/nimble/host/services/ans/include \ 28 $(NIMBLE_ROOT)/nimble/host/services/bas/include \ 29 $(NIMBLE_ROOT)/nimble/host/services/bleuart/include \ 30 $(NIMBLE_ROOT)/nimble/host/services/gap/include \ 31 $(NIMBLE_ROOT)/nimble/host/services/gatt/include \ 32 $(NIMBLE_ROOT)/nimble/host/services/ias/include \ 33 $(NIMBLE_ROOT)/nimble/host/services/lls/include \ 34 $(NIMBLE_ROOT)/nimble/host/services/tps/include \ 82 $(NIMBLE_ROOT)/nimble/host/services/ans/src/ble_svc_ans.c \ 83 $(NIMBLE_ROOT)/nimble/host/services/bas/src/ble_svc_bas.c \ [all …]
|
H A D | pkg.yml | 29 - nimble/host/services/ans 30 - nimble/host/services/bas 31 - nimble/host/services/gap 32 - nimble/host/services/gatt 33 - nimble/host/services/ias 34 - nimble/host/services/lls 35 - nimble/host/services/tps
|
/nrf52832-nimble/packages/NimBLE-latest/ |
H A D | SConscript | 12 cwd + '/nimble/host/services/ans/include', 13 cwd + '/nimble/host/services/bas/include', 14 cwd + '/nimble/host/services/bleuart/include', 15 cwd + '/nimble/host/services/gap/include', 16 cwd + '/nimble/host/services/gatt/include', 17 cwd + '/nimble/host/services/ias/include', 18 cwd + '/nimble/host/services/lls/include', 19 cwd + '/nimble/host/services/tps/include', 69 nimble/host/services/ans/src/ble_svc_ans.c 70 nimble/host/services/bas/src/ble_svc_bas.c [all …]
|
/nrf52832-nimble/packages/NimBLE-latest/porting/examples/linux/ |
H A D | main.c | 27 #include "services/gap/ble_svc_gap.h" 28 #include "services/gatt/ble_svc_gatt.h" 29 #include "services/ans/ble_svc_ans.h" 30 #include "services/ias/ble_svc_ias.h" 31 #include "services/lls/ble_svc_lls.h" 32 #include "services/tps/ble_svc_tps.h"
|
/nrf52832-nimble/packages/NimBLE-latest/apps/btshell/ |
H A D | pkg.yml | 33 - nimble/host/services/gap 34 - nimble/host/services/gatt 39 - nimble/host/services/ans
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/doc/ |
H A D | mdns.txt | 22 The max number of services supported per netif is defined by MDNS_MAX_SERVICES, 70 Adding services: 111 Removing services is currently not supported. Services are removed when the
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleprph/ |
H A D | pkg.yml | 39 - nimble/host/services/ans 40 - nimble/host/services/gap 41 - nimble/host/services/gatt
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleuart/ |
H A D | pkg.yml | 30 - "@apache-mynewt-nimble/nimble/host/services/gap" 31 - "@apache-mynewt-nimble/nimble/host/services/gatt" 41 - "@apache-mynewt-nimble/nimble/host/services/bleuart"
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_gatt.h | 166 * Initiates GATT procedure: Discover All Primary Services. 195 * Initiates GATT procedure: Find Included Services. 572 * o 0 - No more services in this array. 583 * Array of pointers to other service definitions. These services are 584 * reported as "included services" during service discovery. Terminate the 745 * Queues a set of service definitions for registration. All services queued 759 * Set visibility of local GATT service. Invisible services are not removed 861 * removes all supported services, characteristics, and descriptors. This 874 * Makes all registered services available to peers. This function gets called 876 * for replacing the set of supported services with a new one. This function
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_1/ |
H A D | pkg.yml | 32 - nimble/host/services/gap 33 - nimble/host/services/gatt
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/ |
H A D | pkg.yml | 32 - nimble/host/services/gap 33 - nimble/host/services/gatt
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_shell/ |
H A D | pkg.yml | 34 - nimble/host/services/gap 35 - nimble/host/services/gatt
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_light/ |
H A D | pkg.yml | 34 - nimble/host/services/gap 35 - nimble/host/services/gatt
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecent/ |
H A D | pkg.yml | 34 - nimble/host/services/gap 35 - nimble/host/services/gatt
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh/ |
H A D | pkg.yml | 34 - nimble/host/services/gap 35 - nimble/host/services/gatt
|
/nrf52832-nimble/packages/NimBLE-latest/apps/ext_advertiser/ |
H A D | pkg.yml | 31 - nimble/host/services/gap 32 - nimble/host/services/gatt
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blecsc/ |
H A D | pkg.yml | 38 - nimble/host/services/gap 39 - nimble/host/services/gatt
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blehr/ |
H A D | pkg.yml | 38 - nimble/host/services/gap 39 - nimble/host/services/gatt
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/netif/ppp/ |
H A D | magic.h | 31 * "This product includes software developed by Computing Services 47 * Copyright (c) 2003 by Marc Boucher, Services Informatiques (MBSI) inc. 62 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/netif/ppp/ |
H A D | magic.h | 31 * "This product includes software developed by Computing Services 47 * Copyright (c) 2003 by Marc Boucher, Services Informatiques (MBSI) inc. 62 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
/nrf52832-nimble/packages/NimBLE-latest/apps/bleuart/src/ |
H A D | bleuart.c | 39 /* Mandatory services. */ 40 #include "services/gap/ble_svc_gap.h" 41 #include "services/gatt/ble_svc_gatt.h"
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/include/lwip/apps/ |
H A D | mdns_opts.h | 26 * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 57 /** The maximum number of services per netif */
|
/nrf52832-nimble/ |
H A D | project.uvprojx | 338 …services\ans\include;packages\NimBLE-latest\nimble\host\services\bas\include;packages\NimBLE-lates… 903 <FilePath>packages\NimBLE-latest\nimble\host\services\ans\src\ble_svc_ans.c</FilePath> 908 <FilePath>packages\NimBLE-latest\nimble\host\services\bas\src\ble_svc_bas.c</FilePath> 913 … <FilePath>packages\NimBLE-latest\nimble\host\services\bleuart\src\ble_svc_uart.c</FilePath> 918 <FilePath>packages\NimBLE-latest\nimble\host\services\gap\src\ble_svc_gap.c</FilePath> 923 … <FilePath>packages\NimBLE-latest\nimble\host\services\gatt\src\ble_svc_gatt.c</FilePath> 928 <FilePath>packages\NimBLE-latest\nimble\host\services\ias\src\ble_svc_ias.c</FilePath> 933 <FilePath>packages\NimBLE-latest\nimble\host\services\lls\src\ble_svc_lls.c</FilePath> 938 <FilePath>packages\NimBLE-latest\nimble\host\services\tps\src\ble_svc_tps.c</FilePath>
|
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/include/lwip/apps/ |
H A D | mdns_opts.h | 26 * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 57 /** The maximum number of services per netif */
|