Lines Matching full:peripheral
115 EXPECT_ZERO(bt_testlib_scan_find_name(&adva, "peripheral")); in central_setup()
157 * 1. Connect to the peripheral.
160 * 4. Expect the peripheral to disconnect.
161 * 5. Reconnect to the peripheral.
163 * 7. Expect the peripheral to respond with the characteristic value.
165 * 9. Disconnect from the peripheral.
167 * Peripheral:
179 bool peripheral = (get_device_nbr() == PERIPHERAL_DEVICE_NBR); in test_timeout() local
184 if (peripheral) { in test_timeout()
204 if (peripheral) { in test_timeout()
223 /* This time disconnect from the peripheral. */ in test_timeout()
227 if (peripheral) { in test_timeout()
246 bool peripheral = (get_device_nbr() == PERIPHERAL_DEVICE_NBR); in disconnected() local
255 if (peripheral) { in disconnected()
271 bool peripheral = (get_device_nbr() == PERIPHERAL_DEVICE_NBR); in the_test() local
273 if (peripheral) { in the_test()
279 if (peripheral) { in the_test()
280 EXPECT_ZERO(bt_set_name("peripheral")); in the_test()