Home | History | Annotate | Download | only in src

Lines Matching refs:nState

51 extern int hw_config(int nState);
623 int nState = -1;
642 nState = *(int *) param;
644 (nState == BT_VND_PWR_ON)? "On" : "Off" );
654 retval = hw_config(nState);
655 if(nState == BT_VND_PWR_ON
667 if(nState == BT_VND_PWR_ON && property_get_bool("wc_transport.vnd_power", 0)) {
670 retval = bt_powerup(nState);
672 property_set("wc_transport.vnd_power", nState == BT_VND_PWR_ON ? "1" : "0");