Searched refs:init_st (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/bta/jv/
H A Dbta_jv_int.h325 tBTA_JV_CONN_STATE init_st; member in struct:__anon875
H A Dbta_jv_api.c1605 ** BTA_JV_PM_ID_CLEAR: removes pm management on the handle. init_st is ignored and
1607 ** init_st: state after calling this API. typically it should be BTA_JV_CONN_OPEN
1616 tBTA_JV_STATUS BTA_JvSetPmProfile(UINT32 handle, tBTA_JV_PM_ID app_id, tBTA_JV_CONN_STATE init_st) argument
1628 p_msg->init_st = init_st;
H A Dbta_jv_act.c2635 APPL_TRACE_API3("bta_jv_set_pm_profile(handle: 0x%x, app_id: %d, init_st: %d)",
2636 p_data->set_pm.handle, p_data->set_pm.app_id, p_data->set_pm.init_st);
2655 bta_jv_pm_state_change(p_cb, p_data->set_pm.init_st);
/external/bluetooth/bluedroid/bta/include/
H A Dbta_jv_api.h1155 ** BTA_JV_PM_ID_CLEAR: removes pm management on the handle. init_st is ignored and
1157 ** init_st: state after calling this API. typically it should be BTA_JV_CONN_OPEN
1167 tBTA_JV_CONN_STATE init_st);

Completed in 97 milliseconds