Home | History | Annotate | Download | only in src

Lines Matching defs:on

13  * distributed under the License is distributed on an "AS IS" BASIS,
239 ALOGV("%s: on : value is: %d", __func__, value);
246 ALOGE("%s: on : value is already 1", __func__);
262 ALOGE("%s: BT turn off twice before BT On(ref_count=%d)\n",
339 //Make sure of hci_filter_status and return the state based on it
347 /*If there are back to back ON requests from different clients,
378 char on = (en)?'1':'0';
385 ALOGI("bt_powerup: %c", on);
444 if(can_perform_action(on) == false) {
477 if(on == '0'){
500 ALOGI("Write %c to rfkill\n", on);
503 if ((size = write(fd, &on, 1)) < 0) {
519 /* If wlan driver is not loaded, and bt is changed from off => on */
521 if (on == '1') {
531 else if (isInit == 0 && on == '0') {
543 if (isInit == 0 && on == '0')
545 else if (on == '1')
754 (nState == BT_VND_PWR_ON)? "On" : "Off" );
887 /* Clock on */