Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.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.c222 struct bt_conn *connect_as_peripheral(void) in connect_as_peripheral() function
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/host/misc/hfc/src/
Dmain.c113 static struct bt_conn *connect_as_peripheral(void) in connect_as_peripheral() function
383 conn = connect_as_peripheral(); in entrypoint_peer()