Home
last modified time | relevance | path

Searched refs:connect_as_peripheral (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/tests/bsim/bluetooth/host/gatt/settings/src/
Dclient.c25 conn = connect_as_peripheral(); in client_round_0()
52 conn = connect_as_peripheral(); in client_round_1()
68 conn = connect_as_peripheral(); in client_round_2()
93 conn = connect_as_peripheral(); in client_round_3()
117 conn = connect_as_peripheral(); in client_round_4()
145 conn = connect_as_peripheral(); in client_round_6()
Dutils.h62 struct bt_conn *connect_as_peripheral(void);
Dutils.c214 struct bt_conn *connect_as_peripheral(void) in connect_as_peripheral() function