Lines Matching refs:status
609 uint8_t *p, status;
619 status = *((uint8_t *)(p_evt_buf + 1) + HCI_EVT_CMD_CMPL_STATUS_RET_BYTE);
624 if ((status == 0) && bt_vendor_cbacks)
884 bt_op_result_t status = BTC_OP_RESULT_FAIL;
887 status = BTC_OP_RESULT_SUCCESS;
902 bt_op_result_t status = BTC_OP_RESULT_FAIL;
929 status = BTC_OP_RESULT_FAIL;
931 HILOGI("sco I2S/PCM config interface result %d [0-Success, 1-Fail]", status);
936 bt_op_result_t status = BTC_OP_RESULT_FAIL;
962 status = BTC_OP_RESULT_FAIL;
964 HILOGI("sco I2S/PCM config int result %d [0-Success, 1-Fail]", status);
982 bt_op_result_t status = BTC_OP_RESULT_FAIL;
988 status = BTC_OP_RESULT_SUCCESS;
996 if (status != BTC_OP_RESULT_SUCCESS) {
1426 uint8_t *p, status;
1429 status = *((uint8_t *)(p_evt_buf + 1) + HCI_EVT_CMD_CMPL_STATUS_RET_BYTE);
1433 BTHWDBG("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status);