Searched refs:jv_handle (Results 1 – 1 of 1) sorted by relevance
111 static tBTA_JV_STATUS bta_jv_free_set_pm_profile_cb(UINT32 jv_handle);448 static tBTA_JV_STATUS bta_jv_free_set_pm_profile_cb(UINT32 jv_handle) in bta_jv_free_set_pm_profile_cb() argument458 (jv_handle == bta_jv_cb.pm_cb[i].handle)) in bta_jv_free_set_pm_profile_cb()469 "app_id: 0x%x",__func__, jv_handle, i, bta_jv_cb.pm_cb[i].app_id); in bta_jv_free_set_pm_profile_cb()486 if (BTA_JV_RFCOMM_MASK & jv_handle) in bta_jv_free_set_pm_profile_cb()488 UINT32 hi = ((jv_handle & BTA_JV_RFC_HDL_MASK) & ~BTA_JV_RFCOMM_MASK) - 1; in bta_jv_free_set_pm_profile_cb()489 UINT32 si = BTA_JV_RFC_HDL_TO_SIDX(jv_handle); in bta_jv_free_set_pm_profile_cb()499 "pm_cb?", __func__, jv_handle, p_pcb->port_handle, i); in bta_jv_free_set_pm_profile_cb()506 if (jv_handle < BTA_JV_MAX_L2C_CONN) in bta_jv_free_set_pm_profile_cb()508 tBTA_JV_L2C_CB *p_l2c_cb = &bta_jv_cb.l2c_cb[jv_handle]; in bta_jv_free_set_pm_profile_cb()[all …]