Lines Matching refs:op
127 void a2dp_offload_cb(bt_vendor_op_result_t result, bt_vendor_opcode_t op, in a2dp_offload_cb() argument
129 ALOGD("%s result: %d, op: %d, handle: %d", __func__, result, op, av_handle); in a2dp_offload_cb()
225 lib_interface_->op(BT_VND_OP_POWER_CTRL, &power_state); in Open()
230 int fd_count = lib_interface_->op(BT_VND_OP_USERIAL_OPEN, &fd_list); in Open()
270 lib_interface_->op(BT_VND_OP_FW_CFG, nullptr); in Open()
280 lib_interface_->op(BT_VND_OP_LPM_SET_MODE, &mode); in Close()
291 lib_interface_->op(BT_VND_OP_USERIAL_CLOSE, nullptr); in Close()
294 lib_interface_->op(BT_VND_OP_POWER_CTRL, &power_state); in Close()
322 lib_interface_->op(BT_VND_OP_LPM_WAKE_SET_STATE, &wakeState); in Send()
342 lib_interface_->op(BT_VND_OP_GET_LPM_IDLE_TIMEOUT, &lpm_timeout_ms); in OnFirmwareConfigured()
346 lib_interface_->op(BT_VND_OP_LPM_SET_MODE, &mode); in OnFirmwareConfigured()
359 lib_interface_->op(BT_VND_OP_LPM_WAKE_SET_STATE, &wakeState); in OnTimeout()