HomeSort by relevance Sort by last modified time
    Searched refs:pm_pend_id (Results 1 - 2 of 2) sorted by null

  /system/bt/stack/btm/
btm_pm.c 360 if( (btm_cb.pm_pend_id != BTM_PM_SET_ONLY_ID) &&
361 (btm_cb.pm_reg_db[btm_cb.pm_pend_id].mask & BTM_PM_REG_NOTIF) )
363 cb = btm_cb.pm_reg_db[btm_cb.pm_pend_id].cback;
621 btm_cb.pm_pend_id = pm_id;
755 if( (btm_cb.pm_pend_id != BTM_PM_SET_ONLY_ID) &&
756 (btm_cb.pm_reg_db[btm_cb.pm_pend_id].mask & BTM_PM_REG_NOTIF) )
758 (*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);
btm_int.h 800 UINT8 pm_pend_id; \/* the id pf the module, which has a pending PM cmd *\/ member in struct:__anon69364
    [all...]

Completed in 1930 milliseconds