Home
last modified time | relevance | path

Searched refs:exchange_params (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify_multiple/src/
Dgatt_client_test.c37 static struct bt_gatt_exchange_params exchange_params; in connected() local
50 exchange_params.func = exchange_func; in connected()
51 err = bt_gatt_exchange_mtu(conn, &exchange_params); in connected()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dgatt.c93 static struct bt_gatt_exchange_params exchange_params; variable
101 __ASSERT_NO_MSG(params == &exchange_params); in exchange_func()
115 if (exchange_params.func) { in cmd_exchange_mtu()
120 exchange_params.func = exchange_func; in cmd_exchange_mtu()
122 err = bt_gatt_exchange_mtu(default_conn, &exchange_params); in cmd_exchange_mtu()
125 exchange_params.func = NULL; in cmd_exchange_mtu()
/Zephyr-latest/samples/bluetooth/cap_initiator/src/
Dcap_initiator_unicast.c656 static struct bt_gatt_exchange_params exchange_params = { in exchange_mtu() local
664 err = bt_gatt_exchange_mtu(peer.conn, &exchange_params); in exchange_mtu()
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_gatt.c996 static struct bt_gatt_exchange_params exchange_params; variable
1009 exchange_params.func = exchange_func; in exchange_mtu()
1011 if (bt_gatt_exchange_mtu(conn, &exchange_params) < 0) { in exchange_mtu()