Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/l2cap/
Dl2c_csm.c939 tL2C_CHNL_STATE tempstate; in l2c_csm_open() local
979 tempstate = p_ccb->chnl_state; in l2c_csm_open()
995 p_ccb->chnl_state = tempstate; in l2c_csm_open()
/external/bluetooth/bluedroid/stack/btm/
Dbtm_sco.c1017 UINT16 tempstate; in BTM_RemoveSco() local
1032 tempstate = p->state; in BTM_RemoveSco()
1037 p->state = tempstate; in BTM_RemoveSco()
Dbtm_inq.c2300 UINT8 tempstate; in btm_process_inq_complete() local
2324 tempstate = p_cur->remote_name_state; in btm_process_inq_complete()
2330 p_cur->remote_name_state = tempstate; in btm_process_inq_complete()
Dbtm_sec.c5141 UINT8 tempstate = p_dev_rec->sec_state; in btm_sec_start_get_name() local
5150 p_dev_rec->sec_state = tempstate; in btm_sec_start_get_name()