Lines Matching refs:status
560 uint8_t *p, status;
569 status = *((uint8_t *)(p_evt_buf + 1) + HCI_EVT_CMD_CMPL_STATUS_RET_BYTE);
574 if ((status == 0) && bt_vendor_cbacks)
842 bt_op_result_t status = BTC_OP_RESULT_FAIL;
845 status = BTC_OP_RESULT_SUCCESS;
846 HILOGI("%d", status);
861 bt_op_result_t status = BTC_OP_RESULT_FAIL;
886 status = BTC_OP_RESULT_FAIL;
888 HILOGI("sco I2S/PCM config interface result %d [0-Success, 1-Fail]", status);
893 bt_op_result_t status = BTC_OP_RESULT_FAIL;
917 status = BTC_OP_RESULT_FAIL;
919 HILOGI("sco I2S/PCM config int result %d [0-Success, 1-Fail]", status);
937 bt_op_result_t status = BTC_OP_RESULT_FAIL;
943 status = BTC_OP_RESULT_SUCCESS;
951 if (status != BTC_OP_RESULT_SUCCESS) {
1379 uint8_t *p, status;
1382 status = *((uint8_t *)(p_evt_buf + 1) + HCI_EVT_CMD_CMPL_STATUS_RET_BYTE);
1386 BTHWDBG("%s Opcode:0x%04X Status: %d", __FUNCTION__, opcode, status);