Home
last modified time | relevance | path

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

/system/bt/test/suite/gatt/
Dgatt_test.cpp52 service_started_callback_sem_ = semaphore_new(0); in SetUp()
81 semaphore_free(service_started_callback_sem_); in TearDown()
169 semaphore_post(service_started_callback_sem_); in ServiceStartedCallback()
Dgatt_test.h102 semaphore_t* service_started_callback_sem_; variable
Dgatt_unittest.cpp146 semaphore_wait(service_started_callback_sem_); in TEST_F()