Searched refs:pm_pend_id (Results 1 - 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_pm.c366 if( (btm_cb.pm_pend_id != BTM_PM_SET_ONLY_ID) &&
367 (btm_cb.pm_reg_db[btm_cb.pm_pend_id].mask & BTM_PM_REG_NOTIF) )
369 cb = btm_cb.pm_reg_db[btm_cb.pm_pend_id].cback;
622 btm_cb.pm_pend_id = pm_id;
754 if( (btm_cb.pm_pend_id != BTM_PM_SET_ONLY_ID) &&
755 (btm_cb.pm_reg_db[btm_cb.pm_pend_id].mask & BTM_PM_REG_NOTIF) )
757 (*btm_cb.pm_reg_db[btm_cb.pm_pend_id].cback)(btm_cb.acl_db[btm_cb.pm_pend_link].remote_addr, pm_status, 0, status);
H A Dbtm_int.h804 UINT8 pm_pend_id; /* the id pf the module, which has a pending PM cmd */ member in struct:__anon1140

Completed in 94 milliseconds