/Zephyr-latest/tests/bsim/bluetooth/host/att/eatt_notif/src/ |
D | server_test.c | 80 if (params->type == BT_GATT_DISCOVER_PRIMARY && in discover_func() 117 discover_params.type = BT_GATT_DISCOVER_PRIMARY; in gatt_discover()
|
D | client_test.c | 155 discover_params.type = BT_GATT_DISCOVER_PRIMARY; in gatt_discover()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/ |
D | gatt_client_test.c | 121 if (params->type == BT_GATT_DISCOVER_PRIMARY && in discover_func() 160 discover_params.type = BT_GATT_DISCOVER_PRIMARY; in gatt_discover()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/authorization/src/ |
D | gatt_client_test.c | 122 if (params->type == BT_GATT_DISCOVER_PRIMARY && in discover_func() 167 discover_params.type = BT_GATT_DISCOVER_PRIMARY; in gatt_discover()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/ |
D | gatt_client_test.c | 142 if (params->type == BT_GATT_DISCOVER_PRIMARY && in discover_func() 336 gatt_discover(test_svc_uuid, BT_GATT_DISCOVER_PRIMARY); in test_main()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/ |
D | gatt_client_test.c | 124 if (params->type == BT_GATT_DISCOVER_PRIMARY && in discover_func() 163 discover_params.type = BT_GATT_DISCOVER_PRIMARY; in gatt_discover()
|
/Zephyr-latest/subsys/bluetooth/services/ias/ |
D | ias_client.c | 169 client->discover.type = BT_GATT_DISCOVER_PRIMARY; in bt_ias_discover()
|
/Zephyr-latest/tests/bluetooth/common/testlib/src/ |
D | att_read.c | 228 if (params->type == BT_GATT_DISCOVER_PRIMARY || in gatt_discover_service_cb() 253 .type = BT_GATT_DISCOVER_PRIMARY, in bt_testlib_gatt_discover_primary()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/ |
D | gatt_client_test.c | 136 if (params->type == BT_GATT_DISCOVER_PRIMARY && in discover_func() 181 discover_params.type = BT_GATT_DISCOVER_PRIMARY; in gatt_discover()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/caching/src/ |
D | gatt_client_test.c | 127 if (params->type == BT_GATT_DISCOVER_PRIMARY && in discover_func() 347 gatt_discover(test_svc_uuid, BT_GATT_DISCOVER_PRIMARY); in test_main_common()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/peripheral/src/ |
D | main.c | 266 if (discover_params.type == BT_GATT_DISCOVER_PRIMARY) { in discover_func() 346 discover_params.type = BT_GATT_DISCOVER_PRIMARY; in subscribe_to_service()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | tmap.c | 244 discover_params[conn_id].type = BT_GATT_DISCOVER_PRIMARY; in bt_tmap_discover()
|
D | micp_mic_ctlr.c | 465 if (params->type == BT_GATT_DISCOVER_PRIMARY) { in primary_discover_func() 591 mic_ctlr->discover_params.type = BT_GATT_DISCOVER_PRIMARY; in bt_micp_mic_ctlr_discover()
|
D | cap_common.c | 414 param->type = BT_GATT_DISCOVER_PRIMARY; in bt_cap_common_discover()
|
/Zephyr-latest/samples/bluetooth/mtu_update/central/src/ |
D | central_mtu_update.c | 216 discover_params.type = BT_GATT_DISCOVER_PRIMARY; in connected()
|
/Zephyr-latest/samples/bluetooth/central_hr/src/ |
D | main.c | 239 discover_params.type = BT_GATT_DISCOVER_PRIMARY; in connected()
|
/Zephyr-latest/samples/bluetooth/central_ht/src/ |
D | main.c | 151 discover_params.type = BT_GATT_DISCOVER_PRIMARY; in connected()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | gatt_cli.c | 205 server->discover.type = BT_GATT_DISCOVER_PRIMARY; in gatt_connected()
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/ |
D | main.c | 237 if (conn_info_ref->discover_params.type == BT_GATT_DISCOVER_PRIMARY) { in discover_func() 588 conn_info_ref->discover_params.type = BT_GATT_DISCOVER_PRIMARY; in subscribe_to_service()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/conn/src/ |
D | test_connect1.c | 321 discover_params.type = BT_GATT_DISCOVER_PRIMARY; in params_updated()
|
/Zephyr-latest/samples/boards/bbc/microbit/pong/src/ |
D | ble.c | 495 discov_param.type = BT_GATT_DISCOVER_PRIMARY; in ble_timeout()
|
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/ |
D | central_ead.c | 283 params.type = BT_GATT_DISCOVER_PRIMARY; in gatt_discover_primary_service()
|
/Zephyr-latest/tests/bsim/bluetooth/samples/battery_service/src/ |
D | central_test.c | 575 discover_params.type = BT_GATT_DISCOVER_PRIMARY; in discover_bas_service()
|
/Zephyr-latest/tests/bluetooth/audio/mocks/src/ |
D | gatt.c | 509 case BT_GATT_DISCOVER_PRIMARY: in bt_gatt_discover()
|
/Zephyr-latest/include/zephyr/bluetooth/ |
D | gatt.h | 1617 BT_GATT_DISCOVER_PRIMARY, enumerator
|