Searched refs:br_state (Results 1 - 5 of 5) sorted by relevance

/system/bt/stack/smp/
H A Dsmp_br_main.cc106 /* br_state name: Idle WaitApp Pair Bond
166 /* br_state name: Idle WaitApp Pair Bond
246 void smp_set_br_state(tSMP_BR_STATE br_state) { argument
247 if (br_state < SMP_BR_STATE_MAX) {
249 smp_get_br_state_name(smp_cb.br_state), smp_cb.br_state,
250 smp_get_br_state_name(br_state), br_state);
251 smp_cb.br_state = br_state;
267 smp_get_br_state_name(tSMP_BR_STATE br_state) argument
[all...]
H A Dsmp_api.cc136 SMP_TRACE_EVENT("%s: state=%d br_state=%d flag=0x%x, bd_addr=%s", __func__,
137 p_cb->state, p_cb->br_state, p_cb->flags,
176 SMP_TRACE_EVENT("%s: state=%d br_state=%d flag=0x%x, bd_addr=%s", __func__,
177 p_cb->state, p_cb->br_state, p_cb->flags,
253 if (smp_cb.br_state != SMP_BR_STATE_WAIT_APP_RSP ||
577 << ", br_state: " << p_cb->br_state;
H A Dsmp_l2c.cc158 (p_cb->br_state == SMP_BR_STATE_IDLE) &&
297 (p_cb->br_state == SMP_BR_STATE_IDLE)) {
H A Dsmp_int.h268 tSMP_BR_STATE br_state; /* if SMP over BR/ERD has priority over SMP */ member in struct:__anon1346
H A Dsmp_utils.cc373 SMP_TRACE_EVENT("%s state:%d br_state:%d", __func__, p_cb->state,
374 p_cb->br_state);

Completed in 101 milliseconds