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

  /external/bluetooth/bluedroid/stack/btm/
btm_pm.c 366 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;
627 btm_cb.pm_pend_id = pm_id;
759 if( (btm_cb.pm_pend_id != BTM_PM_SET_ONLY_ID) &&
760 (btm_cb.pm_reg_db[btm_cb.pm_pend_id].mask & BTM_PM_REG_NOTIF) )
762 (*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 829 UINT8 pm_pend_id; \/* the id pf the module, which has a pending PM cmd *\/ member in struct:__anon5889
    [all...]

Completed in 31 milliseconds