Home
last modified time | relevance | path

Searched refs:BT_GATT_DISCOVER_PRIMARY (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-2.7.6/samples/bluetooth/central_hr/src/
Dmain.c210 discover_params.type = BT_GATT_DISCOVER_PRIMARY; in connected()
/Zephyr-Core-2.7.6/samples/bluetooth/central_ht/src/
Dmain.c151 discover_params.type = BT_GATT_DISCOVER_PRIMARY; in connected()
/Zephyr-Core-2.7.6/subsys/bluetooth/audio/
Dmics_client.c326 if (params->type == BT_GATT_DISCOVER_PRIMARY) { in primary_discover_func()
418 mics_inst->cli.discover_params.type = BT_GATT_DISCOVER_PRIMARY; in bt_mics_discover()
Dvcs_client.c535 if (params->type == BT_GATT_DISCOVER_PRIMARY) { in primary_discover_func()
775 vcs_inst->cli.discover_params.type = BT_GATT_DISCOVER_PRIMARY; in bt_vcs_discover()
/Zephyr-Core-2.7.6/tests/bluetooth/bsim_bt/bsim_test_app/src/
Dtest_connect1.c269 discover_params.type = BT_GATT_DISCOVER_PRIMARY; in params_updated()
/Zephyr-Core-2.7.6/samples/boards/bbc_microbit/pong/src/
Dble.c492 discov_param.type = BT_GATT_DISCOVER_PRIMARY; in ble_timeout()
/Zephyr-Core-2.7.6/subsys/bluetooth/shell/
Dgatt.c177 case BT_GATT_DISCOVER_PRIMARY: in discover_func()
253 discover_params.type = BT_GATT_DISCOVER_PRIMARY; in cmd_discover()
/Zephyr-Core-2.7.6/include/bluetooth/
Dgatt.h1249 BT_GATT_DISCOVER_PRIMARY, enumerator
/Zephyr-Core-2.7.6/tests/bluetooth/tester/src/
Dgatt.c1004 discover_params.type = BT_GATT_DISCOVER_PRIMARY; in disc_all_prim()
1047 discover_params.type = BT_GATT_DISCOVER_PRIMARY; in disc_prim_uuid()
/Zephyr-Core-2.7.6/subsys/bluetooth/host/
Dgatt.c3025 if (params->type == BT_GATT_DISCOVER_PRIMARY) { in gatt_find_type_rsp()
3062 if (params->type == BT_GATT_DISCOVER_PRIMARY) { in gatt_find_type_encode()
3545 if (params->type == BT_GATT_DISCOVER_PRIMARY) { in parse_service()
3605 if (params->type == BT_GATT_DISCOVER_PRIMARY) { in gatt_read_group_encode()
3778 case BT_GATT_DISCOVER_PRIMARY: in bt_gatt_discover()
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-2.0.rst996 * :github:`16603` - Bluetooth: Gatt Discovery: BT_GATT_DISCOVER_PRIMARY returns all services while …