Home
last modified time | relevance | path

Searched refs:reg_pending (Results 1 – 2 of 2) sorted by relevance

/system/bt/btif/include/
Dbtif_hl.h234 BOOLEAN reg_pending; member
/system/bt/btif/src/
Dbtif_hl.c3190 …CE_DEBUG("Rcv BTIF_HL_REG_APP app_idx=%d reg_pending=%d", p_data->reg.app_idx, p_acb->reg_pending); in btif_hl_proc_cb_evt()
3191 if (btif_hl_get_state() == BTIF_HL_STATE_ENABLED && p_acb->reg_pending) in btif_hl_proc_cb_evt()
3194 p_acb->reg_pending = FALSE; in btif_hl_proc_cb_evt()
3204 …DEBUG("reg request is processed state=%d reg_pending=%d", btif_hl_get_state(), p_acb->reg_pending); in btif_hl_proc_cb_evt()
3758 if (p_acb->in_use && p_acb->reg_pending) in btif_hl_upstreams_ctrl_evt()
3760 p_acb->reg_pending = FALSE; in btif_hl_upstreams_ctrl_evt()
4162 p_acb->reg_pending = TRUE; in register_application()