Home
last modified time | relevance | path

Searched refs:BT_GATT_DISCOVER_INCLUDE (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/subsys/bluetooth/audio/
Dmicp_mic_ctlr.c339 if (params->type == BT_GATT_DISCOVER_INCLUDE) { in micp_discover_include_func()
395 mic_ctlr->discover_params.type = BT_GATT_DISCOVER_INCLUDE; in micp_discover_func()
Dcap_common.c386 params->type = BT_GATT_DISCOVER_INCLUDE; in bt_cap_common_discover_cas_cb()
Dvcp_vol_ctlr.c362 if (params->type == BT_GATT_DISCOVER_INCLUDE) { in vcs_discover_include_func()
445 vol_ctlr->discover_params.type = BT_GATT_DISCOVER_INCLUDE; in vcs_discover_func()
Dmcc.c1495 __ASSERT(params->type == BT_GATT_DISCOVER_INCLUDE, in discover_include_func()
1546 mcs_inst->discover_params.type = BT_GATT_DISCOVER_INCLUDE; in discover_included()
/Zephyr-latest/tests/bluetooth/audio/mocks/src/
Dgatt.c512 case BT_GATT_DISCOVER_INCLUDE: in bt_gatt_discover()
/Zephyr-latest/include/zephyr/bluetooth/
Dgatt.h1621 BT_GATT_DISCOVER_INCLUDE, enumerator
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c211 case BT_GATT_DISCOVER_INCLUDE: in discover_func()
265 discover_params.type = BT_GATT_DISCOVER_INCLUDE; in cmd_discover()
/Zephyr-latest/subsys/bluetooth/host/
Dgatt.c4323 if (params->type == BT_GATT_DISCOVER_INCLUDE) { in gatt_read_type_rsp()
4349 case BT_GATT_DISCOVER_INCLUDE: in gatt_read_type_encode()
4696 case BT_GATT_DISCOVER_INCLUDE: in bt_gatt_discover()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c1225 discover_params.type = BT_GATT_DISCOVER_INCLUDE; in find_included()