| /Zephyr-latest/subsys/bluetooth/mesh/ |
| D | gatt_cli.c | 42 const struct bt_mesh_gatt_cli *gatt; member 90 server->gatt->link_open(conn); in notify_enabled() 109 if (!bt_uuid_cmp(server->discover.uuid, &server->gatt->srv_uuid.uuid)) { in discover_func() 112 server->discover.uuid = &server->gatt->data_in_uuid.uuid; in discover_func() 121 &server->gatt->data_in_uuid.uuid)) { in discover_func() 124 server->discover.uuid = &server->gatt->data_out_uuid.uuid; in discover_func() 133 &server->gatt->data_out_uuid.uuid)) { in discover_func() 134 server->discover.uuid = &server->gatt->data_out_cccd_uuid.uuid; in discover_func() 180 !server->gatt) { in gatt_connected() 197 server->gatt->connected(conn, server->user_data); in gatt_connected() [all …]
|
| D | gatt_cli.h | 20 const struct bt_mesh_gatt_cli *gatt,
|
| /Zephyr-latest/doc/connectivity/bluetooth/shell/host/ |
| D | gatt.rst | 6 To perform service discovery on the client side, use the :code:`gatt discover` command. This should 9 On the server side, you can register pre-defined test services using the :code:`gatt register` 18 uart:~$ gatt subscribe 26 25 21 The server can now notify the client with the command :code:`gatt notify`. 24 :code:`gatt exchange-mtu` command. To update the shell maximum MTU, you need to update Kconfig
|
| /Zephyr-latest/tests/bsim/bluetooth/ |
| D | tests.nrf5340bsim_nrf5340_cpunet.txt | 14 tests/bsim/bluetooth/host/gatt/authorization 15 tests/bsim/bluetooth/host/gatt/general 16 tests/bsim/bluetooth/host/gatt/caching
|
| D | tests.nrf5340bsim_nrf5340_cpuapp.txt | 11 tests/bsim/bluetooth/host/gatt/notify_stress/
|
| /Zephyr-latest/subsys/bluetooth/host/shell/ |
| D | CMakeLists.txt | 5 zephyr_library_sources_ifdef(CONFIG_BT_CONN gatt.c)
|
| D | gatt.c | 1350 SHELL_CMD_ARG_REGISTER(gatt, &gatt_cmds, "Bluetooth GATT shell commands",
|
| /Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/ |
| D | CMakeLists.txt | 10 FILE(GLOB gatt_sources src/gatt/*.c)
|
| /Zephyr-latest/subsys/bluetooth/mesh/shell/ |
| D | od_priv_proxy.c | 48 SHELL_CMD_ARG(gatt-proxy, NULL, "[Dur(s)]", cmd_od_priv_gatt_proxy_set, 1, 1),
|
| D | priv_beacon.c | 147 SHELL_CMD_ARG(priv-gatt-proxy-get, NULL, NULL, cmd_priv_gatt_proxy_get, 1, 0), 148 SHELL_CMD_ARG(priv-gatt-proxy-set, NULL, "Val(off, on)> ", cmd_priv_gatt_proxy_set,
|
| D | shell.c | 1667 SHELL_CMD_ARG(pb-gatt, NULL, "<Val(off, on)>", cmd_pb_gatt, 2, 0), 1684 SHELL_CMD_ARG(remote-gatt, NULL,
|
| D | cfg.c | 1878 SHELL_CMD_ARG(gatt-proxy, NULL, "[Val(off, on)]", cmd_gatt_proxy, 1, 1),
|
| /Zephyr-latest/doc/connectivity/bluetooth/api/ |
| D | index.rst | 38 gatt.rst
|
| /Zephyr-latest/tests/bluetooth/audio/mocks/ |
| D | CMakeLists.txt | 16 src/gatt.c
|
| /Zephyr-latest/subsys/bluetooth/host/ |
| D | CMakeLists.txt | 49 gatt.c
|
| /Zephyr-latest/doc/connectivity/bluetooth/shell/audio/ |
| D | gmap.rst | 54 uart:~$ gatt exchange-mtu
|
| D | bap.rst | 102 uart:~$ gatt exchange-mtu 116 uart:~$ gatt exchange-mtu 329 Use command :code:`gatt exchange-mtu` to make sure the MTU is configured 334 uart:~$ gatt exchange-mtu
|
| D | mcp.rst | 184 uart:~$ gatt exchange-mtu
|
| /Zephyr-latest/doc/connectivity/bluetooth/ |
| D | bluetooth-shell.rst | 27 shell/host/gatt.rst
|
| /Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
| D | test_suspend.c | 484 TEST_CASE(tester, gatt, "Scan and verify behavior of GATT proxy adv"),
|
| /Zephyr-latest/doc/releases/ |
| D | release-notes-2.6.rst | 1523 * :github:`33817` - [Coverity CID: 220419] Unchecked return value in subsys/bluetooth/host/gatt.c 1709 * :github:`33085` - [Coverity CID :219562] Out-of-bounds access in tests/bluetooth/tester/src/gatt.c 1719 * :github:`33075` - [Coverity CID :219588] Out-of-bounds access in tests/bluetooth/tester/src/gatt.c 1726 * :github:`33068` - [Coverity CID :219598] Out-of-bounds access in tests/bluetooth/tester/src/gatt.c 1750 * :github:`33043` - [Coverity CID :219641] Out-of-bounds access in tests/bluetooth/tester/src/gatt.c 1764 * :github:`33028` - [Coverity CID :219661] Unchecked return value in subsys/bluetooth/host/gatt.c 1766 * :github:`33026` - [Coverity CID :219666] Out-of-bounds access in tests/bluetooth/tester/src/gatt.c 1801 * :github:`32944` - [Coverity CID :219497] Logically dead code in subsys/bluetooth/host/gatt.c 1929 * :github:`32411` - [Coverity CID :218744] Out-of-bounds access in subsys/bluetooth/host/gatt.c 1930 * :github:`32410` - [Coverity CID :218743] Out-of-bounds access in subsys/bluetooth/host/gatt.c [all …]
|
| D | release-notes-1.13.rst | 354 * :github:`9530` - Bluetooth/gatt: bt_gatt_notify never return -ENOMEM, undocumented return value. 523 * :github:`8415` - [Coverity CID :186581] Memory - corruptions in /subsys/bluetooth/host/gatt.c 524 * :github:`8414` - [Coverity CID :186582] Memory - corruptions in /subsys/bluetooth/host/gatt.c 659 …hub:`5371` - [Coverity CID: 180698] Null pointer dereferences in /tests/bluetooth/tester/src/gatt.c
|
| D | release-notes-2.0.rst | 608 * :github:`18431` - [Coverity CID :203391]Null pointer dereferences in /tests/bluetooth/gatt/src/ma… 652 * :github:`18384` - [Coverity CID :203495]Control flow issues in /subsys/bluetooth/host/gatt.c 962 * :github:`16786` - [Coverity CID :198946]Memory - corruptions in /subsys/bluetooth/host/gatt.c 1178 * :github:`15775` - [Coverity CID :198005]Memory - corruptions in /subsys/bluetooth/shell/gatt.c 1181 * :github:`15772` - [Coverity CID :198009]Memory - corruptions in /subsys/bluetooth/shell/gatt.c
|
| D | release-notes-1.14.rst | 1216 * :github:`14958` - [Coverity CID :197457]Control flow issues in /subsys/bluetooth/host/gatt.c 1218 * :github:`14956` - [Coverity CID :197459]Memory - corruptions in /subsys/bluetooth/shell/gatt.c 1221 * :github:`14953` - [Coverity CID :197462]Memory - corruptions in /subsys/bluetooth/host/gatt.c 1223 * :github:`14951` - [Coverity CID :197464]Memory - corruptions in /subsys/bluetooth/host/gatt.c 1925 * :github:`11093` - [Coverity CID :189513]Control flow issues in /subsys/bluetooth/shell/gatt.c 1980 * :github:`10751` - [Coverity CID :188889]Memory - illegal accesses in /subsys/bluetooth/host/gatt.c 2028 * :github:`10578` - [Coverity CID :188748]Memory - corruptions in /subsys/bluetooth/host/gatt.c
|
| /Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
| D | shell.rst | 51 ``mesh prov pb-adv on`` or ``mesh prov pb-gatt on``. The beacons can be picked up by an external 288 ``mesh prov pb-gatt <Val(off, on)>`` 329 ``mesh prov remote-gatt <UUID(1-16 hex)> <NetKeyIdx> <Addr> <AttDur(s)>`` 520 (``mesh prov remote-gatt``). 586 ``mesh models cfg gatt-proxy [Val(off, on)]`` 1625 ``mesh models prb priv-gatt-proxy-get`` 1634 ``mesh models prb priv-gatt-proxy-set <Val(off, on)>`` 1986 ``mesh models od_priv_proxy od-priv-gatt-proxy [Dur(s)]``
|