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.cc 349 if ((btm_cb.pm_pend_id != BTM_PM_SET_ONLY_ID) &&
350 (btm_cb.pm_reg_db[btm_cb.pm_pend_id].mask & BTM_PM_REG_NOTIF)) {
351 cb = btm_cb.pm_reg_db[btm_cb.pm_pend_id].cback;
591 btm_cb.pm_pend_id = pm_id;
705 if ((btm_cb.pm_pend_id != BTM_PM_SET_ONLY_ID) &&
706 (btm_cb.pm_reg_db[btm_cb.pm_pend_id].mask & BTM_PM_REG_NOTIF)) {
707 (*btm_cb.pm_reg_db[btm_cb.pm_pend_id].cback)(
btm_int_types.h 778 uint8_t pm_pend_id; /* the id pf the module, which has a pending PM cmd */ member in struct:__anon106218
    [all...]

Completed in 3738 milliseconds