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 389 if( (btm_cb.pm_pend_id != BTM_PM_SET_ONLY_ID) &&
390 (btm_cb.pm_reg_db[btm_cb.pm_pend_id].mask & BTM_PM_REG_NOTIF) )
392 cb = btm_cb.pm_reg_db[btm_cb.pm_pend_id].cback;
649 btm_cb.pm_pend_id = pm_id;
783 if( (btm_cb.pm_pend_id != BTM_PM_SET_ONLY_ID) &&
784 (btm_cb.pm_reg_db[btm_cb.pm_pend_id].mask & BTM_PM_REG_NOTIF) )
786 (*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);
    [all...]
btm_int.h 804 UINT8 pm_pend_id; \/* the id pf the module, which has a pending PM cmd *\/ member in struct:__anon72483
    [all...]

Completed in 36 milliseconds